We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Anyone else experiencing this?
javascript error: arguments[0].getAttribute is not a function (Session info: chrome=94.0.4606.54)
https://bugs.chromium.org/p/chromedriver/issues/detail?id=3746#c7
Rolling back to 90 makes it functional again. But maybe we can solve this here as well for >=91 versions?
MinkSelenium2Driver/src/Selenium2Driver.php
Line 281 in 60fb967
The text was updated successfully, but these errors were encountered:
@verbruggenalex,
Option A: You need to report this to the ChromeDriver repository. Once they fix this you're good to go.
Option B: If you know how to fix driver code to work (without adding any BC breaks) then PR is welcome. But I'd rather stick with "Option A".
Sorry, something went wrong.
Or option C) Switch to the newer MinkPhpWebDriver which uses the actively maintained php-webdriver/webdriver package: https://github.com/oleg-andreyev/MinkPhpWebDriver
No branches or pull requests
Anyone else experiencing this?
javascript error: arguments[0].getAttribute is not a function (Session info: chrome=94.0.4606.54)
https://bugs.chromium.org/p/chromedriver/issues/detail?id=3746#c7
Rolling back to 90 makes it functional again. But maybe we can solve this here as well for >=91 versions?
MinkSelenium2Driver/src/Selenium2Driver.php
Line 281 in 60fb967
The text was updated successfully, but these errors were encountered: