We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 312a967 commit 8679e54Copy full SHA for 8679e54
1 file changed
src/Selenium2Driver.php
@@ -794,6 +794,8 @@ private function clickOnElement(Element $element)
794
$this->wdSession->moveto(array('element' => $element->getID()));
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
+
799
}
800
801
$element->click();
0 commit comments