Lines Matching refs:y_offset
134 * Drag $source and drop by offset ($x_offset, $y_offset).
138 * @param int $y_offset
141 public function dragAndDropBy(WebDriverElement $source, $x_offset, $y_offset)
147 new WebDriverMoveToOffsetAction($this->mouse, null, $x_offset, $y_offset)
160 * @param int $y_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
179 * @param int $y_offset
182 public function moveToElement(WebDriverElement $element, $x_offset = null, $y_offset = null)
188 $y_offset