php-webdriver v1.8.3 Release Notes

Release Date: 2020-10-06 // over 3 years ago
  • ๐Ÿ›  Fixed

    • ๐Ÿ‘‰ Make alertIsPresent() condition working in W3C mode.
    • RemoteWebDriver::create() cannot be used without providing the second parameter (which is in fact optional).
    • ChromeDriver::start() starts in inconsistent state mixing W3C/OSS mode.
    • ๐Ÿš€ Modifier keys are not released when sending NULL key in GeckoDriver (workaround for GeckoDriver bug 1494661).
    • Do not set unnecessary binary value of goog:chromeOptions while keep the object in proper data type required by ChromeDriver.