public interface SimpleWebElementInteraction
Modifier and Type | Method and Description |
---|---|
org.openqa.selenium.WebElement |
getClickableElementFoundBy(boolean valueAlias,
java.lang.String value,
FeatureState featureState)
This method queries the web page for elements that can be found by the supplied value.
|
org.openqa.selenium.WebElement |
getClickableElementFoundBy(boolean valueAlias,
java.lang.String value,
FeatureState featureState,
long wait)
This method queries the web page for elements that can be found by the supplied value.
|
void |
getNotPresenceElementFoundBy(boolean valueAlias,
java.lang.String value,
FeatureState featureState)
This method queries the web page for elements that can be found by the supplied value.
|
void |
getNotPresenceElementFoundBy(boolean valueAlias,
java.lang.String value,
FeatureState featureState,
long wait)
This method queries the web page for elements that can be found by the supplied value.
|
void |
getNotVisibleElementFoundBy(boolean valueAlias,
java.lang.String value,
FeatureState featureState)
This method queries the web page for elements that can be found by the supplied value.
|
void |
getNotVisibleElementFoundBy(boolean valueAlias,
java.lang.String value,
FeatureState featureState,
long wait)
This method queries the web page for elements that can be found by the supplied value.
|
org.openqa.selenium.WebElement |
getPresenceElementFoundBy(boolean valueAlias,
java.lang.String value,
FeatureState featureState)
This method queries the web page for elements that can be found by the supplied value.
|
org.openqa.selenium.WebElement |
getPresenceElementFoundBy(boolean valueAlias,
java.lang.String value,
FeatureState featureState,
long wait)
This method queries the web page for elements that can be found by the supplied value.
|
org.openqa.selenium.WebElement |
getVisibleElementFoundBy(boolean valueAlias,
java.lang.String value,
FeatureState featureState)
This method queries the web page for elements that can be found by the supplied value.
|
org.openqa.selenium.WebElement |
getVisibleElementFoundBy(boolean valueAlias,
java.lang.String value,
FeatureState featureState,
long wait)
This method queries the web page for elements that can be found by the supplied value.
|
org.openqa.selenium.WebElement getClickableElementFoundBy(boolean valueAlias, @NotNull java.lang.String value, @NotNull FeatureState featureState)
valueAlias
- True if the value an alias, false otherwisevalue
- The string used to find the elementfeatureState
- The current thread's state objectorg.openqa.selenium.WebElement getClickableElementFoundBy(boolean valueAlias, @NotNull java.lang.String value, @NotNull FeatureState featureState, long wait)
valueAlias
- True if the value an alias, false otherwisevalue
- The string used to find the elementfeatureState
- The current thread's state objectwait
- How long to wait fororg.openqa.selenium.WebElement getVisibleElementFoundBy(boolean valueAlias, @NotNull java.lang.String value, @NotNull FeatureState featureState)
valueAlias
- True if the value an alias, false otherwisevalue
- The string used to find the elementfeatureState
- The current thread's state objectorg.openqa.selenium.WebElement getVisibleElementFoundBy(boolean valueAlias, @NotNull java.lang.String value, @NotNull FeatureState featureState, long wait)
valueAlias
- True if the value an alias, false otherwisevalue
- The string used to find the elementfeatureState
- The current thread's state objectwait
- How long to wait forvoid getNotVisibleElementFoundBy(boolean valueAlias, @NotNull java.lang.String value, @NotNull FeatureState featureState)
valueAlias
- True if the value an alias, false otherwisevalue
- The string used to find the elementfeatureState
- The current thread's state objectvoid getNotVisibleElementFoundBy(boolean valueAlias, @NotNull java.lang.String value, @NotNull FeatureState featureState, long wait)
valueAlias
- True if the value an alias, false otherwisevalue
- The string used to find the elementfeatureState
- The current thread's state objectwait
- How long to wait fororg.openqa.selenium.WebElement getPresenceElementFoundBy(boolean valueAlias, @NotNull java.lang.String value, @NotNull FeatureState featureState)
valueAlias
- True if the value an alias, false otherwisevalue
- The string used to find the elementfeatureState
- The current thread's state objectorg.openqa.selenium.WebElement getPresenceElementFoundBy(boolean valueAlias, @NotNull java.lang.String value, @NotNull FeatureState featureState, long wait)
valueAlias
- True if the value an alias, false otherwisevalue
- The string used to find the elementfeatureState
- The current thread's state objectwait
- How long to wait forvoid getNotPresenceElementFoundBy(boolean valueAlias, @NotNull java.lang.String value, @NotNull FeatureState featureState)
valueAlias
- True if the value an alias, false otherwisevalue
- The string used to find the elementfeatureState
- The current thread's state objectvoid getNotPresenceElementFoundBy(boolean valueAlias, @NotNull java.lang.String value, @NotNull FeatureState featureState, long wait)
valueAlias
- True if the value an alias, false otherwisevalue
- The string used to find the elementfeatureState
- The current thread's state objectwait
- How long to wait for