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

Chrome & ChromeDriver 75 (W3C mode) support #436

Open
JaZo opened this issue Jul 8, 2019 · 3 comments
Open

Chrome & ChromeDriver 75 (W3C mode) support #436

JaZo opened this issue Jul 8, 2019 · 3 comments

Comments

@JaZo
Copy link

JaZo commented Jul 8, 2019

Chrome & ChromeDriver 75 now default to W3C mode. This package needs be updated to support both the (new) W3C mode and the (old) JsonWireProtocol. More info can be found in elgalu/docker-selenium#327

@captain-igloo
Copy link

In the interim the default can be changed like this:

$this->setDesiredCapabilities([
    'goog:chromeOptions' => [
        'w3c' => false
    ]
]);

@okainov
Copy link

okainov commented Jun 14, 2020

Isn't it fixed yet? Basically this issue makes the default behavior completely not working, I spent half an hour trying to understand why I cannot find any elements playing with selectors, wait functions and so on... And this just doesn't work our of the box... That's very sad.

And this is not a feature request per se but a critical bug just breaking the behavior...

@JaZo
Copy link
Author

JaZo commented Jun 15, 2020

This project indeed needs quit some work to bring it up to par with the latest standards. Because of that we've switched to https://github.com/php-webdriver/php-webdriver, which is actively maintained, and wrote our own simple PHPUnit + Webdriver testcase.

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

No branches or pull requests

4 participants