C# Class OpenQA.Selenium.Remote.Server.DriverFactory

Creates IWebDriver instances matching the given criteria.
显示文件 Open project: jimevans/strontium Class Usage Examples

Private Methods

Method Description
CreateDriverInstance ( ICapabilities capabilities ) : IWebDriver

Creates an instance of an IWebDriver most closely matching the specified capabilities.

GetBestMatchForCapabilities ( ICapabilities desired ) : Type
Matches ( string value, string value2 ) : bool
RegisterDriver ( ICapabilities capabilities, Type driverClass ) : void

Registers Type objects representing types of IWebDriver objects.