Package | Description |
---|---|
net.serenitybdd.core.pages | |
net.thucydides.core.webdriver.stubs |
Modifier and Type | Method and Description |
---|---|
static ClickStrategy |
ClickStrategy.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ClickStrategy[] |
ClickStrategy.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
void |
WebElementFacade.click(ClickStrategy clickStrategy) |
void |
WebElementFacadeImpl.click(ClickStrategy clickStrategy)
Click on an element, with or without waiting for it to be visible and enabled
|
Modifier and Type | Method and Description |
---|---|
void |
WebElementFacadeStub.click(ClickStrategy clickStrategy) |
Copyright © 2022. All rights reserved.