php-webdriver v1.11.1 Release Notes
Release Date: 2021-05-21 // 12 months ago-
๐ Fixed
RemoteWebElement::getLocationOnScreenOnceScrolledIntoView()
was missing polyfill implementation for W3C mode and not working in eg. Safari.
Previous changes from v1.11.0
-
โ Added
FirefoxOptions
class to simplify passing Firefox capabilities. Usage is covered in our wiki.- ๐
FirefoxDriver
to easy local start of Firefox instance without a need to start thegeckodriver
process manually. See wiki for usage examples. - Method
ChromeDriver::startUsingDriverService()
to be used for creating ChromeDriver instance with custom service.
๐ Fixed
- ๐ป Driver capabilities received from the browser when creating now session were not set to the instance of ChromeDriver (when ChromeDriver::start() was used).
๐ Changed
- ๐ Deprecate
ChromeDriver::startSession
. However, the method was supposed to be used only internally. - ๐ป KeyDown and KeyUp actions will throw an exception when not used with modifier keys.