Lines Matching refs:used

35 - Method `ChromeDriver::startUsingDriverService()` to be used for creating ChromeDriver instance with custom service.
38 - Driver capabilities received from the browser when creating now session were not set to the instance of ChromeDriver (when ChromeDriver::start() was used).
41 - Deprecate `ChromeDriver::startSession`. However, the method was supposed to be used only internally.
42 - KeyDown and KeyUp actions will throw an exception when not used with modifier keys.
70 - `RemoteWebDriver::create()` cannot be used without providing the second parameter (which is in fact optional).
92 - Experimental W3C WebDriver protocol support. The protocol will be used automatically when remote end (like Geckodriver, newer Chromedriver etc.) supports it.
102 - Rename environment variable used to pass path to ChromeDriver executable from `webdriver.chrome.driver` to `WEBDRIVER_CHROME_DRIVER`. However the old one also still works to keep backward compatibility
108 - `WebDriverExpectedCondition::presenceOfElementLocated()` works correctly when used within `WebDriverExpectedCondition::not()`.
115 - Temporarily do not send capabilities to disable W3C WebDriver protocol when BrowserStack hub is used.
177 - `Symfony\Process` is used to start local WebDriver processes (when browsers are run directly, without Selenium server) to workaround some PHP bugs and improve portability.
182 - Optimize performance of `(de)selectByIndex()` and `getAllSelectedOptions()` methods of `WebDriverSelect` when used with non-multiple select element.