Class DoubleClickOnBy

java.lang.Object
net.serenitybdd.screenplay.actions.ByAction
net.serenitybdd.screenplay.actions.DoubleClickOnBy
All Implemented Interfaces:
SkipNested, Resolvable, Interaction, Performable

public class DoubleClickOnBy
extends ByAction
  • Field Summary

    Fields inherited from class net.serenitybdd.screenplay.actions.ByAction

    locators
  • Constructor Summary

    Constructors
    Constructor Description
    DoubleClickOnBy​(java.util.List<org.openqa.selenium.By> locators)  
    DoubleClickOnBy​(org.openqa.selenium.By... locators)  
  • Method Summary

    Modifier and Type Method Description
    <T extends Actor>
    void
    performAs​(T theUser)  

    Methods inherited from class net.serenitybdd.screenplay.actions.ByAction

    resolveFor

    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

    • DoubleClickOnBy

      public DoubleClickOnBy​(org.openqa.selenium.By... locators)
    • DoubleClickOnBy

      public DoubleClickOnBy​(java.util.List<org.openqa.selenium.By> locators)
  • Method Details

    • performAs

      public <T extends Actor> void performAs​(T theUser)