MinkSelenium2Driver
MinkSelenium2Driver copied to clipboard
Does not work with Chrome 124
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.
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).