_click simulates a user's click on the given element.
query to the Element to click on
Optional combo key(s): can be CTRL, SHIFT, ALT or META;
Can also be two or more keys together like "CTRL|SHIFT"
disables validations prior to the click action to enforce clicks where an element e.g. is covered
Resolves after the click is invoked, doesn't wait for further actions on the website which are possibly invoked after the click
Performs a mouse down on eSource, than moves the mouse to the position of element eTarget and releases the mouse button at this position.
This implementation uses Webdriver actions which does not always behave as expected.
For a more reliable experience ThenableRegion.dragAndDropTo is recommended.
Performs a mouse down on eSource, than moves the mouse to the position P(x,y) in the browsers' viewport and releases the mouse button at this position.
This implementation uses Webdriver actions which does not always behave as expected.
For a more reliable experience ThenableRegion.dragAndDropTo is recommended.
Performs a press
action on the element
Indicates that the right mousebutton is pressed
Any combo key: can be "CTRL", "SHIFT", "ALT" or "META"; Can also be two or more keys together like "CTRL|SHIFT"
Invokes a mouse over on the queried element. Can be combined with a key combo.
Optional combo key(s): can be CTRL, SHIFT, ALT or META;
Can also be two or more keys together like "CTRL|SHIFT"
Performs a release
action on the element.
Release is the action when a user releases his finger from the mouse button.
Indicates that the right mousebutton is released
Optional combo key(s): can be CTRL, SHIFT, ALT or META;
Can also be two or more keys together like "CTRL|SHIFT"
Performs a right click on the queried element. Can be combined with a key combo.
Any combo key: can be "CTRL", "SHIFT", "ALT" or "META"; Can also be two or more keys together like "CTRL|SHIFT"
Sets the options within a <select>
element.
Selection can be done by the actual values of an option or its zero-based element index.
This action will invoke a click on the option element which means that the selected state is not enforced. If an option is already selected, it will be unselected.
Performs a click on a checkbox input and forces its state not to be checked
Performs a click on a checkbox input and forces its state to be checked