Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Does not work with Chrome 124 #392

Open
perk11 opened this issue May 12, 2024 · 1 comment
Open

Does not work with Chrome 124 #392

perk11 opened this issue May 12, 2024 · 1 comment

Comments

@perk11
Copy link
Contributor

perk11 commented May 12, 2024

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 perk11 changed the title Does not work with Chrome 124 because of an older version of php-webdriver Does not work with Chrome 124 May 12, 2024
@aik099
Copy link
Member

aik099 commented May 12, 2024

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants