Class RightClickOnTarget
- java.lang.Object
-
- net.serenitybdd.screenplay.actions.RightClickOnTarget
-
- All Implemented Interfaces:
SkipNested
,Interaction
,Performable
public class RightClickOnTarget extends Object implements Interaction
-
-
Constructor Summary
Constructors Constructor Description RightClickOnTarget(Target target)
-
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
-
RightClickOnTarget
public RightClickOnTarget(Target target)
-
-
Method Detail
-
performAs
public <T extends Actor> void performAs(T theUser)
- Specified by:
performAs
in interfacePerformable
-
-