MinkSelenium2Driver icon indicating copy to clipboard operation
MinkSelenium2Driver copied to clipboard

Does not work with Chrome 124

Open perk11 opened this issue 1 year ago • 1 comments

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.

perk11 avatar May 12 '24 02:05 perk11

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

This driver is:

  • fully compatible with Selenium 2;
  • partially compatible with Selenium 3 (window switching and frame switching doesn't work);
  • not compatible with Selenium 4.

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).

aik099 avatar May 12 '24 05:05 aik099