@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)
SimpleWebElementInteractiongetClickableElementFoundBy in interface SimpleWebElementInteractionvalueAlias - 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)
SimpleWebElementInteractiongetClickableElementFoundBy in interface SimpleWebElementInteractionvalueAlias - 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)
SimpleWebElementInteractiongetVisibleElementFoundBy in interface SimpleWebElementInteractionvalueAlias - 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)
SimpleWebElementInteractiongetVisibleElementFoundBy in interface SimpleWebElementInteractionvalueAlias - 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)
SimpleWebElementInteractiongetNotVisibleElementFoundBy in interface SimpleWebElementInteractionvalueAlias - 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)
SimpleWebElementInteractiongetNotVisibleElementFoundBy in interface SimpleWebElementInteractionvalueAlias - 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)
SimpleWebElementInteractiongetPresenceElementFoundBy in interface SimpleWebElementInteractionvalueAlias - 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)
SimpleWebElementInteractiongetPresenceElementFoundBy in interface SimpleWebElementInteractionvalueAlias - 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)
SimpleWebElementInteractiongetNotPresenceElementFoundBy in interface SimpleWebElementInteractionvalueAlias - 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)
SimpleWebElementInteractiongetNotPresenceElementFoundBy in interface SimpleWebElementInteractionvalueAlias - 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