@Component public class SimpleWebElementInteractionImpl extends java.lang.Object implements SimpleWebElementInteraction
Constructor and Description |
---|
SimpleWebElementInteractionImpl() |
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 waitTime)
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 waitTime)
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 waitTime)
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 waitTime)
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 waitTime)
This method queries the web page for elements that can be found by the supplied value.
|
public org.openqa.selenium.WebElement getClickableElementFoundBy(boolean valueAlias, @NotNull java.lang.String value, @NotNull FeatureState featureState)
SimpleWebElementInteraction
getClickableElementFoundBy
in interface SimpleWebElementInteraction
valueAlias
- True if the value an alias, false otherwisevalue
- The string used to find the elementfeatureState
- The current thread's state objectpublic org.openqa.selenium.WebElement getClickableElementFoundBy(boolean valueAlias, @NotNull java.lang.String value, @NotNull FeatureState featureState, long waitTime)
SimpleWebElementInteraction
getClickableElementFoundBy
in interface SimpleWebElementInteraction
valueAlias
- True if the value an alias, false otherwisevalue
- The string used to find the elementfeatureState
- The current thread's state objectwaitTime
- How long to wait forpublic org.openqa.selenium.WebElement getVisibleElementFoundBy(boolean valueAlias, @NotNull java.lang.String value, @NotNull FeatureState featureState)
SimpleWebElementInteraction
getVisibleElementFoundBy
in interface SimpleWebElementInteraction
valueAlias
- True if the value an alias, false otherwisevalue
- The string used to find the elementfeatureState
- The current thread's state objectpublic org.openqa.selenium.WebElement getVisibleElementFoundBy(boolean valueAlias, @NotNull java.lang.String value, @NotNull FeatureState featureState, long waitTime)
SimpleWebElementInteraction
getVisibleElementFoundBy
in interface SimpleWebElementInteraction
valueAlias
- True if the value an alias, false otherwisevalue
- The string used to find the elementfeatureState
- The current thread's state objectwaitTime
- How long to wait forpublic void getNotVisibleElementFoundBy(boolean valueAlias, @NotNull java.lang.String value, @NotNull FeatureState featureState)
SimpleWebElementInteraction
getNotVisibleElementFoundBy
in interface SimpleWebElementInteraction
valueAlias
- True if the value an alias, false otherwisevalue
- The string used to find the elementfeatureState
- The current thread's state objectpublic void getNotVisibleElementFoundBy(boolean valueAlias, @NotNull java.lang.String value, @NotNull FeatureState featureState, long waitTime)
SimpleWebElementInteraction
getNotVisibleElementFoundBy
in interface SimpleWebElementInteraction
valueAlias
- True if the value an alias, false otherwisevalue
- The string used to find the elementfeatureState
- The current thread's state objectwaitTime
- How long to wait forpublic org.openqa.selenium.WebElement getPresenceElementFoundBy(boolean valueAlias, @NotNull java.lang.String value, @NotNull FeatureState featureState)
SimpleWebElementInteraction
getPresenceElementFoundBy
in interface SimpleWebElementInteraction
valueAlias
- True if the value an alias, false otherwisevalue
- The string used to find the elementfeatureState
- The current thread's state objectpublic org.openqa.selenium.WebElement getPresenceElementFoundBy(boolean valueAlias, @NotNull java.lang.String value, @NotNull FeatureState featureState, long waitTime)
SimpleWebElementInteraction
getPresenceElementFoundBy
in interface SimpleWebElementInteraction
valueAlias
- True if the value an alias, false otherwisevalue
- The string used to find the elementfeatureState
- The current thread's state objectwaitTime
- How long to wait forpublic void getNotPresenceElementFoundBy(boolean valueAlias, @NotNull java.lang.String value, @NotNull FeatureState featureState)
SimpleWebElementInteraction
getNotPresenceElementFoundBy
in interface SimpleWebElementInteraction
valueAlias
- True if the value an alias, false otherwisevalue
- The string used to find the elementfeatureState
- The current thread's state objectpublic void getNotPresenceElementFoundBy(boolean valueAlias, @NotNull java.lang.String value, @NotNull FeatureState featureState, long waitTime)
SimpleWebElementInteraction
getNotPresenceElementFoundBy
in interface SimpleWebElementInteraction
valueAlias
- True if the value an alias, false otherwisevalue
- The string used to find the elementfeatureState
- The current thread's state objectwaitTime
- How long to wait for