Skip to content

Instantly share code, notes, and snippets.

@nimeacuerdo
Created November 12, 2012 17:19
Show Gist options
  • Save nimeacuerdo/4060620 to your computer and use it in GitHub Desktop.
Save nimeacuerdo/4060620 to your computer and use it in GitHub Desktop.
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