Class Enter
java.lang.Object
net.serenitybdd.screenplay.playwright.interactions.Enter
- All Implemented Interfaces:
SkipNested,Performable
public class Enter extends java.lang.Object implements Performable
Enter a text value into an input field.
This task waits for an element matching selector, waits for actionability checks, focuses the element,
fills it and triggers an input event after filling. If the element is inside the
-
Constructor Summary
-
Method Summary
Modifier and Type Method Description Performableinto(java.lang.String selector)Performableinto(Target target)<T extends Actor>
voidperformAs(T actor)static EntertheValue(java.lang.String value)PerformablewithOptions(com.microsoft.playwright.Page.FillOptions options)Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface net.serenitybdd.screenplay.Performable
then
-
Constructor Details
-
Enter
public Enter()Default constructor required by Screenplay -
Enter
public Enter(java.lang.String value)
-
-
Method Details
-
theValue
-
into
-
into
-
withOptions
-
performAs
- Specified by:
performAsin interfacePerformable
-