We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8679e54 commit 8dd0cd7Copy full SHA for 8dd0cd7
1 file changed
src/Selenium2Driver.php
@@ -795,7 +795,7 @@ private function clickOnElement(Element $element)
795
} catch (UnknownCommand $e) {
796
// If the Webdriver implementation does not support moveto (which is not part of the W3C WebDriver spec), proceed to the click
797
} catch (UnknownError $e) {
798
-
+ // Chromium driver sends back UnknowError (WebDriver\Exception with code 13)
799
}
800
801
$element->click();
0 commit comments