Class Enter
java.lang.Object
net.serenitybdd.screenplay.actions.Enter
Enter a value into a field, first waiting until the field is enabled, and then clearing the field of any current values,
before entering the specified value.
To perform the equivalent of Selenium `sendKeys()`, you can use `Enter.keyValue()` instead of `Enter.theValue()`
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptioninto(net.serenitybdd.core.pages.WebElementFacade element) into(org.openqa.selenium.By... locators) static SendKeyskeyValues(CharSequence... text) static EntertheValue(CharSequence... text)
-
Constructor Details
-
Enter
-
-
Method Details
-
theValue
-
keyValues
-
into
-
into
-
into
-
into
-