Skip to content

Commit 8dd0cd7

Browse files
committed
Added comment to exception catch
1 parent 8679e54 commit 8dd0cd7

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/Selenium2Driver.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -795,7 +795,7 @@ private function clickOnElement(Element $element)
795795
} catch (UnknownCommand $e) {
796796
// If the Webdriver implementation does not support moveto (which is not part of the W3C WebDriver spec), proceed to the click
797797
} catch (UnknownError $e) {
798-
798+
// Chromium driver sends back UnknowError (WebDriver\Exception with code 13)
799799
}
800800

801801
$element->click();

0 commit comments

Comments
 (0)