Description
Hey All !
I'm trying to use the new version of "selenium/hub:4.3.0-20220726" and "selenium/node-chrome:4.3.0-20220726" with https://github.com/minkphp/MinkSelenium2Driver but facing a issue related to "clickOnElement()" method
One could say/relay me to MinkSelenium2Driver package discussion, but i still think this is something related to php-webdriver and its method support for webdrivers.
During "clickOnElement()" method, on webdriver the moveto and click() is called.
php-webdriver
throws exception during moveto() action, after POST http://127.0.0.1:4444/wd/hub/session/:sessionId/moveto
, which is accepted by selenium-hub... it returns a response with error details "error": "command unknown"
I've created a Pull-request but i'm not 100% sure whether the approach is the right one (seems to be though) #117
I'd appreciate some guidance here
Thank you!