| AlertAction |
Switch to an alert window
|
| AlertText |
Retrieve the text of the current alert window
|
| Browser |
Low level browser actions
|
| ByAction |
|
| ChainablePerformable |
|
| CheckCheckbox |
|
| CheckCheckboxOfElement |
|
| CheckCheckboxOfTarget |
|
| Clear |
If this element is a form entry element, this will reset its value.
|
| ClearBy |
|
| ClearElement |
|
| ClearTarget |
|
| Click |
Click on a button or element.
|
| ClickAndHold |
Click on a button or element.
|
| ClickAndHold.ClickAndHoldBy |
|
| ClickAndHold.ClickAndHoldCSSOrXPath |
|
| ClickAndHold.ClickAndHoldElement |
|
| ClickAndHold.ClickAndHoldTarget |
|
| ClickOnBy |
|
| ClickOnElement |
|
| ClickOnTarget |
|
| ContextClick |
Click on a button or element.
|
| DeselectFromOptions |
|
| DevToolsQuery |
|
| DoubleClick |
Double-click on a button or element
|
| DoubleClickOnBy |
|
| DoubleClickOnElement |
|
| DoubleClickOnTarget |
|
| Drag |
Selenium drag-and-drop interaction, e.g.
|
| DragInteraction |
|
| DriverTask |
|
| Enter |
Enter a value into a field, first waiting until the field is enabled, and then clearing the field of any current values,
before entering the specified value.
|
| EnterValue |
|
| EnterValueIntoBy |
|
| EnterValueIntoElement |
|
| EnterValueIntoTarget |
|
| Evaluate |
Executes JavaScript in the context of the currently selected frame or window.
|
| Evaluate.JavascriptAnswer |
|
| Hit |
|
| HitBy |
|
| HitElement |
|
| HitTarget |
|
| Hover |
Deprecated |
| HoverOverBy |
|
| HoverOverElement |
|
| HoverOverTarget |
|
| HtmlAlert |
|
| InTheBrowser |
Perform an action directly with the Serenity WebDriver API.
|
| JavaScriptClick |
|
| JSClickOnBy |
|
| JSClickOnElement |
|
| JSClickOnTarget |
|
| KeyNames |
|
| MoveMouse |
|
| MoveMouseToBy |
|
| MoveMouseToTarget |
|
| MoveMouseToWebElement |
|
| Open |
Open the browser of an actor on a specified page or URL.
|
| OpenAt |
|
| OpenPage |
|
| OpenPageFromClass |
|
| OpenPageFromClassWithParameters |
|
| OpenPageWithName |
|
| OpenUrl |
|
| PerformActions |
|
| PerformOn |
|
| Release |
Click on a button or element.
|
| RightClick |
|
| RightClickOnElement |
|
| RightClickOnTarget |
|
| Scroll |
|
| ScrollTo |
|
| ScrollToBy |
|
| ScrollToTarget |
|
| ScrollToWebElement |
|
| SelectFromOptions |
|
| SendKeys |
|
| SendKeysIntoBy |
|
| SendKeysIntoTarget |
|
| SendKeystoElement |
|
| SetCheckbox |
Check or uncheck an HTML checkbox.
|
| SetCheckbox.SetCheckboxInteractionForElement |
|
| SetCheckbox.SetCheckboxInteractionForTarget |
|
| Switch |
Switch to a different frame or window.
|
| SwitchToNewWindow |
If you just opened a (second?) new window and want to switch to it.
|
| SwitchToWindowTitle |
Switch.toWindow(String) is not always correct! The method signature
seems to suggest you will be switching to "windowTitle".
|
| UncheckCheckbox |
|
| Upload |
Upload a file from the local filesystem to a webpage using the standard HTML upload form.
|
| Upload.UploadBuilder |
|
| UploadToField |
|
| UploadToTarget |
|
| UploadToWebElement |
|
| WebElementLocator |
|
| WithDevTools |
Perform an action directly using the DevTools API
For example:
|