Created
November 12, 2012 17:19
-
-
Save nimeacuerdo/4060620 to your computer and use it in GitHub Desktop.
From https://github.com/Element-34/php-webdriver/blob/master/PHPWebDriver/WebDriverActionChains.php#L74
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
public function moveToElement($toElement, $curl_opts = array()) { | |
$this->actions[] = '$this->session->moveto(array("element" => "' . $toElement->getID() . '"), ' . unwind_associated_array($curl_opts) . ');'; | |
return $this; | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment