Skip to content

Commit

Permalink
fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
mvorisek committed Apr 17, 2022
1 parent 38248d6 commit 0e5815c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Selenium2Driver.php
Original file line number Diff line number Diff line change
Expand Up @@ -346,7 +346,7 @@ private function executeJsOnElement(Element $element, $script, $sync = true)

$options = array(
'script' => $script,
'args' => array(array('ELEMENT' => $element)),
'args' => array($element),
);

$result = $sync
Expand Down

0 comments on commit 0e5815c

Please sign in to comment.