Class OpenAt
- java.lang.Object
-
- net.serenitybdd.screenplay.actions.OpenAt
-
- All Implemented Interfaces:
SkipNested
,Interaction
,Performable
public class OpenAt extends Object implements Interaction
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description <T extends Actor>
voidperformAs(T theUser)
-
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
-
OpenAt
public OpenAt()
-
OpenAt
public OpenAt(String url)
-
-
Method Detail
-
performAs
public <T extends Actor> void performAs(T theUser)
- Specified by:
performAs
in interfacePerformable
-
-