Class DoubleClick
java.lang.Object
net.serenitybdd.screenplay.playwright.interactions.DoubleClick
- All Implemented Interfaces:
SkipNested,Performable
public class DoubleClick extends java.lang.Object implements Performable
This method double clicks an element matching selector.
More info at: https://playwright.dev/java/docs/api/class-page#pagedblclickselector-options
-
Constructor Summary
Constructors Constructor Description DoubleClick(Target target) -
Method Summary
Modifier and Type Method Description static DoubleClickon(java.lang.String selector)static DoubleClickon(Target target)<T extends Actor>
voidperformAs(T actor)PerformablewithOptions(com.microsoft.playwright.Page.DblclickOptions options)Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface net.serenitybdd.screenplay.Performable
then
-
Constructor Details
-
DoubleClick
-
-
Method Details
-
on
-
on
-
withOptions
-
performAs
- Specified by:
performAsin interfacePerformable
-