Class Hit
- java.lang.Object
-
- net.serenitybdd.screenplay.actions.Hit
-
public class Hit extends Object
-
-
Constructor Summary
Constructors Constructor Description Hit(org.openqa.selenium.Keys[] keys)
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description Performableinto(String cssOrXpathForElement)Performableinto(WebElementFacade element)Performableinto(Target target)Performableinto(org.openqa.selenium.By... locators)PerformablekeyIn(String cssOrXpathForElement)PerformablekeyIn(WebElementFacade element)PerformablekeyIn(Target target)static Hitthe(org.openqa.selenium.Keys... keys)
-
-
-
Method Detail
-
the
public static Hit the(org.openqa.selenium.Keys... keys)
-
into
public Performable into(String cssOrXpathForElement)
-
into
public Performable into(Target target)
-
into
public Performable into(WebElementFacade element)
-
into
public Performable into(org.openqa.selenium.By... locators)
-
keyIn
public Performable keyIn(String cssOrXpathForElement)
-
keyIn
public Performable keyIn(Target target)
-
keyIn
public Performable keyIn(WebElementFacade element)
-
-