Home
last modified time | relevance | path

Searched refs:startUsingDriverService (Results 1 – 3 of 3) sorted by relevance

/plugin/combo/vendor/php-webdriver/webdriver/lib/Firefox/
H A DFirefoxDriver.php26 return static::startUsingDriverService($service, $capabilities);
37 public static function startUsingDriverService( function in Facebook\\WebDriver\\Firefox\\FirefoxDriver
/plugin/combo/vendor/php-webdriver/webdriver/lib/Chrome/
H A DChromeDriver.php30 return static::startUsingDriverService($service, $desired_capabilities);
41 public static function startUsingDriverService( function in Facebook\\WebDriver\\Chrome\\ChromeDriver
/plugin/combo/vendor/php-webdriver/webdriver/
H A DCHANGELOG.md35 - Method `ChromeDriver::startUsingDriverService()` to be used for creating ChromeDriver instance wi…