Class MoveMouseToBy

java.lang.Object
net.serenitybdd.screenplay.actions.MoveMouseToBy
All Implemented Interfaces:
SkipNested, WithChainableActions, Performable

public class MoveMouseToBy
extends java.lang.Object
  • Constructor Summary

    Constructors
    Constructor Description
    MoveMouseToBy​(org.openqa.selenium.By... locators)  
  • Method Summary

    Modifier and Type Method Description
    WithChainableActions andThen​(java.util.function.Consumer<org.openqa.selenium.interactions.Actions> nextAction)  
    <T extends Actor>
    void
    performAs​(T actor)  
    protected void performMouseMoveAs​(Actor actor, org.openqa.selenium.WebElement element)  

    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

    • MoveMouseToBy

      public MoveMouseToBy​(org.openqa.selenium.By... locators)
  • Method Details

    • performAs

      public <T extends Actor> void performAs​(T actor)
    • performMouseMoveAs

      protected void performMouseMoveAs​(Actor actor, org.openqa.selenium.WebElement element)
    • andThen

      public WithChainableActions andThen​(java.util.function.Consumer<org.openqa.selenium.interactions.Actions> nextAction)
      Specified by:
      andThen in interface WithChainableActions