Lines Matching defs:x_offset
134 * Drag $source and drop by offset ($x_offset, $y_offset).
137 * @param int $x_offset
141 public function dragAndDropBy(WebDriverElement $source, $x_offset, $y_offset)
147 new WebDriverMoveToOffsetAction($this->mouse, null, $x_offset, $y_offset)
159 * @param int $x_offset
163 public function moveByOffset($x_offset, $y_offset)
166 new WebDriverMoveToOffsetAction($this->mouse, null, $x_offset, $y_offset)
174 * Extra shift, calculated from the top-left corner of the element, can be set by passing $x_offset and $y_offset
178 * @param int $x_offset
182 public function moveToElement(WebDriverElement $element, $x_offset = null, $y_offset = null)
187 $x_offset,