minkphp / MinkSelenium2Driver

Selenium2 (webdriver) driver for Mink framework
MIT License
508 stars 162 forks source link

Does not work with Chrome 124 #392

Open perk11 opened 3 months ago

perk11 commented 3 months ago

When I am trying to use this driver with the latest docker image selenium/standalone-chrome:124.0-chromedriver-124.0-20240505, the Selenium session never starts.

aik099 commented 3 months ago

The problem is not with the Chrome 124 version, but with the Selenium 4 version used in the mentioned Docker image.

This driver is:

There is https://github.com/minkphp/webdriver-classic-driver driver, which works on Selenium 4. It's still in testing and hasn't been released, but you can try that.

If you don't care about the used Google Chrome version, then try using previous Docker images where Selenium 3 was used (if windows and frames support isn't an issue for you).