You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Just used the module Webdriver module today and found than the phpdoc for moveMouseOver has for typehint
WebDriver.php: line 2804: * @param string $cssOrXPath css or xpath of the web element
But the example just above state than we can use it with the array selector ["css" => ".checkout"]
I've tried running it with the array selector and it's working.
But my usage of $I->moveMouseOver(["css" => ".checkout") is marked as an phpstan error and could create other issue with other analysis tool.