Locator.DragToOptions |
Locator.DragToOptions.setForce(boolean force) |
|
Locator.DragToOptions |
Locator.DragToOptions.setNoWaitAfter(boolean noWaitAfter) |
Actions that initiate navigations are waiting for these navigations to happen and for pages to start loading.
|
Locator.DragToOptions |
Locator.DragToOptions.setSourcePosition(double x,
double y) |
Clicks on the source element at this point relative to the top-left corner of the element's padding box.
|
Locator.DragToOptions |
Locator.DragToOptions.setSourcePosition(Position sourcePosition) |
Clicks on the source element at this point relative to the top-left corner of the element's padding box.
|
Locator.DragToOptions |
Locator.DragToOptions.setTargetPosition(double x,
double y) |
Drops on the target element at this point relative to the top-left corner of the element's padding box.
|
Locator.DragToOptions |
Locator.DragToOptions.setTargetPosition(Position targetPosition) |
Drops on the target element at this point relative to the top-left corner of the element's padding box.
|
Locator.DragToOptions |
Locator.DragToOptions.setTimeout(double timeout) |
Maximum time in milliseconds.
|
Locator.DragToOptions |
Locator.DragToOptions.setTrial(boolean trial) |
When set, this method only performs the actionability
checks and skips the action.
|