Class Enter

java.lang.Object
net.serenitybdd.screenplay.actions.Enter

public class Enter extends Object
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()`