php-webdriver v1.11.0 Release Notes

Release Date: 2021-05-03 // almost 3 years ago
  • โž• 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 the geckodriver 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.