Class Hover

java.lang.Object
net.serenitybdd.screenplay.actions.Hover
All Implemented Interfaces:
SkipNested, Interaction, Performable
Direct Known Subclasses:
HoverOverBy, HoverOverElement, HoverOverTarget

@Deprecated
public abstract class Hover
extends java.lang.Object
implements Interaction
Deprecated.
  • Constructor Summary

    Constructors
    Constructor Description
    Hover()
    Deprecated.
     
  • Method Summary

    Modifier and Type Method Description
    protected abstract java.lang.String getTarget()
    Deprecated.
     
    static Interaction over​(java.lang.String cssOrXpathForElement)
    Deprecated.
     
    static Interaction over​(Target target)
    Deprecated.
     
    static Interaction over​(org.openqa.selenium.By... locators)
    Deprecated.
     
    static Interaction over​(org.openqa.selenium.WebElement element)
    Deprecated.
     
    <T extends Actor>
    void
    performAs​(T theActor)
    Deprecated.
     
    protected abstract org.openqa.selenium.WebElement resolveElementFor​(Actor actor)
    Deprecated.
     

    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

    • Hover

      public Hover()
      Deprecated.
  • Method Details

    • over

      public static Interaction over​(Target target)
      Deprecated.
    • over

      public static Interaction over​(java.lang.String cssOrXpathForElement)
      Deprecated.
    • over

      public static Interaction over​(org.openqa.selenium.WebElement element)
      Deprecated.
    • over

      public static Interaction over​(org.openqa.selenium.By... locators)
      Deprecated.
    • performAs

      public <T extends Actor> void performAs​(T theActor)
      Deprecated.
      Specified by:
      performAs in interface Performable
    • resolveElementFor

      protected abstract org.openqa.selenium.WebElement resolveElementFor​(Actor actor)
      Deprecated.
    • getTarget

      protected abstract java.lang.String getTarget()
      Deprecated.