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 DoubleClick on​(java.lang.String selector)  
    static DoubleClick on​(Target target)  
    <T extends Actor>
    void
    performAs​(T actor)  
    Performable withOptions​(com.microsoft.playwright.Page.DblclickOptions options)  

    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 Details

    • DoubleClick

      public DoubleClick​(Target target)
  • Method Details

    • on

      public static DoubleClick on​(java.lang.String selector)
    • on

      public static DoubleClick on​(Target target)
    • withOptions

      public Performable withOptions​(com.microsoft.playwright.Page.DblclickOptions options)
    • performAs

      public <T extends Actor> void performAs​(T actor)
      Specified by:
      performAs in interface Performable