Chromedriver incompatibility since version 91?
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
@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".
Or option C) Switch to the newer MinkPhpWebDriver which uses the actively maintained php-webdriver/webdriver package: https://github.com/oleg-andreyev/MinkPhpWebDriver