MinkSelenium2Driver icon indicating copy to clipboard operation
MinkSelenium2Driver copied to clipboard

Chromedriver incompatibility since version 91?

Open ghost opened this issue 4 years ago • 2 comments

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? https://github.com/minkphp/MinkSelenium2Driver/blob/60fb9679d779dd907c7f3136aa02da1db46ace57/src/Selenium2Driver.php#L281

ghost avatar Oct 07 '21 14:10 ghost

@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".

aik099 avatar Oct 09 '21 10:10 aik099

Or option C) Switch to the newer MinkPhpWebDriver which uses the actively maintained php-webdriver/webdriver package: https://github.com/oleg-andreyev/MinkPhpWebDriver

andrewnicols avatar Dec 15 '21 00:12 andrewnicols