Class Enter
- java.lang.Object
-
- net.serenitybdd.screenplay.playwright.interactions.Enter
-
- All Implemented Interfaces:
SkipNested,Performable
public class Enter extends 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
-
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description Performableinto(String selector)Performableinto(Target target)<T extends Actor>
voidperformAs(T actor)static EntertheValue(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, wait
-
Methods inherited from interface net.serenitybdd.screenplay.Performable
then
-
-
-
-
Constructor Detail
-
Enter
public Enter()
Default constructor required by Screenplay
-
Enter
public Enter(String value)
-
-
Method Detail
-
into
public Performable into(String selector)
-
into
public Performable into(Target target)
-
withOptions
public Performable withOptions(com.microsoft.playwright.Page.FillOptions options)
-
performAs
public <T extends Actor> void performAs(T actor)
- Specified by:
performAsin interfacePerformable
-
-