Frame.DragAndDropOptions |
Frame.DragAndDropOptions.setForce(boolean force) |
|
Frame.DragAndDropOptions |
Frame.DragAndDropOptions.setNoWaitAfter(boolean noWaitAfter) |
Actions that initiate navigations are waiting for these navigations to happen and for pages to start loading.
|
Frame.DragAndDropOptions |
Frame.DragAndDropOptions.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.
|
Frame.DragAndDropOptions |
Frame.DragAndDropOptions.setSourcePosition(Position sourcePosition) |
Clicks on the source element at this point relative to the top-left corner of the element's padding box.
|
Frame.DragAndDropOptions |
Frame.DragAndDropOptions.setStrict(boolean strict) |
When true, the call requires selector to resolve to a single element.
|
Frame.DragAndDropOptions |
Frame.DragAndDropOptions.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.
|
Frame.DragAndDropOptions |
Frame.DragAndDropOptions.setTargetPosition(Position targetPosition) |
Drops on the target element at this point relative to the top-left corner of the element's padding box.
|
Frame.DragAndDropOptions |
Frame.DragAndDropOptions.setTimeout(double timeout) |
Maximum time in milliseconds.
|
Frame.DragAndDropOptions |
Frame.DragAndDropOptions.setTrial(boolean trial) |
When set, this method only performs the actionability
checks and skips the action.
|