Exemplo n.º 1
0
 public function move_cursor_relative($right, $down)
 {
     $payload = array("element" => $this->element_id, "xoffset" => $right, "yoffset" => $down);
     $this->driver->execute("POST", "/session/:sessionId/moveto", $payload);
 }