minkphp / MinkSelenium2Driver

Selenium2 (webdriver) driver for Mink framework
MIT License
507 stars 163 forks source link

Selenium 4.3 moveto #363

Closed mtaylor678 closed 1 year ago

mtaylor678 commented 1 year ago

I can't seem to find anything on here about this, this no longer works with selenium 4.3 and above due to a unknown moveto error. The problem is with instaclick/php-webdriver which is currently fixed in their latest 2.0.0 RC9 release Has anybody tested this? Is there a fork I can use? Or can my set up be changed?

"behat/behat": "3.*",
"behat/mink": "1.*",
"behat/mink-extension": "2.*",
"behat/mink-selenium2-driver": "*",
"behat/mink-goutte-driver": "*"
mtaylor678 commented 1 year ago

nope