Class PerformOn
- java.lang.Object
-
- net.serenitybdd.screenplay.actions.PerformOn
-
- All Implemented Interfaces:
SkipNested,Performable
public class PerformOn extends Object implements Performable
-
-
Constructor Summary
Constructors Constructor Description PerformOn(Target target, Consumer<WebElementFacade> action)
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static PerformableeachMatching(String locator, Consumer<WebElementFacade> action)static PerformableeachMatching(Target target, Consumer<WebElementFacade> action)static PerformableeachMatching(org.openqa.selenium.By byLocator, Consumer<WebElementFacade> action)<T extends Actor>
voidperformAs(T actor)-
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
-
PerformOn
public PerformOn(Target target, Consumer<WebElementFacade> action)
-
-
Method Detail
-
performAs
public <T extends Actor> void performAs(T actor)
- Specified by:
performAsin interfacePerformable
-
eachMatching
public static Performable eachMatching(Target target, Consumer<WebElementFacade> action)
-
eachMatching
public static Performable eachMatching(org.openqa.selenium.By byLocator, Consumer<WebElementFacade> action)
-
eachMatching
public static Performable eachMatching(String locator, Consumer<WebElementFacade> action)
-
-