Class HitBy
- java.lang.Object
-
- net.serenitybdd.screenplay.actions.ByAction
-
- net.serenitybdd.screenplay.actions.HitBy
-
- All Implemented Interfaces:
SkipNested,Resolvable,Interaction,Performable
public class HitBy extends ByAction
-
-
Constructor Summary
Constructors Constructor Description HitBy(org.openqa.selenium.Keys[] keys, org.openqa.selenium.By... locators)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description <T extends Actor>
voidperformAs(T theUser)-
Methods inherited from class net.serenitybdd.screenplay.actions.ByAction
resolveFor
-
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
-
-
-
-
Method Detail
-
performAs
public <T extends Actor> void performAs(T theUser)
-
-