Class MoveMouseToWebElement

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

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

    Constructors
    Constructor Description
    MoveMouseToWebElement​(org.openqa.selenium.WebElement element)  
  • 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

    • MoveMouseToWebElement

      public MoveMouseToWebElement​(org.openqa.selenium.WebElement element)
  • 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