| Package | Description |
|---|---|
| net.serenitybdd.screenplay.actions |
| Modifier and Type | Class and Description |
|---|---|
class |
CheckCheckboxOfElement |
class |
CheckCheckboxOfTarget |
class |
ClickOnBy |
class |
ClickOnElement |
class |
ClickOnTarget |
| Modifier and Type | Method and Description |
|---|---|
ClickInteraction |
ClickInteraction.afterWaitingUntilEnabled()
Wait until the element is present and enabled before clicking
|
ClickInteraction |
ClickInteraction.afterWaitingUntilPresent()
Wait until the element is present before clicking (default behaviour)
|
static ClickInteraction |
UncheckCheckbox.of(String cssOrXpathForElement) |
static ClickInteraction |
CheckCheckbox.of(String cssOrXpathForElement) |
static ClickInteraction |
UncheckCheckbox.of(Target target) |
static ClickInteraction |
CheckCheckbox.of(Target target) |
static ClickInteraction |
UncheckCheckbox.of(WebElementFacade element) |
static ClickInteraction |
CheckCheckbox.of(WebElementFacade element) |
static ClickInteraction |
Click.on(org.openqa.selenium.By... locators) |
static ClickInteraction |
Click.on(String cssOrXpathForElement) |
static ClickInteraction |
Click.on(Target target) |
static ClickInteraction |
Click.on(WebElementFacade element) |
ClickInteraction |
ClickOnBy.withNoDelay() |
ClickInteraction |
ClickInteraction.withNoDelay()
Click immediately, do not check whether the element is present first.
|
Copyright © 2022. All rights reserved.