Class Type
- java.lang.Object
-
- net.serenitybdd.screenplay.actions.type.Type
-
public class Type extends Object
-
-
Constructor Summary
Constructors Constructor Description Type(CharSequence... theText)
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description TypeValueinto(String cssOrXpathForElement)TypeValueinto(WebElementFacade element)TypeValueinto(Target target)TypeValueinto(org.openqa.selenium.By... locators)static TypetheValue(CharSequence... text)
-
-
-
Constructor Detail
-
Type
public Type(CharSequence... theText)
-
-
Method Detail
-
theValue
public static Type theValue(CharSequence... text)
-
into
public TypeValue into(WebElementFacade element)
-
into
public TypeValue into(org.openqa.selenium.By... locators)
-
-