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 Object implements Interaction
Deprecated.
-
-
Constructor Summary
Constructors Constructor Description Hover()Deprecated.
-
Method Summary
All Methods Static Methods Instance Methods Abstract Methods Concrete Methods Deprecated Methods Modifier and Type Method Description protected abstract StringgetTarget()Deprecated.static Interactionover(String cssOrXpathForElement)Deprecated.static Interactionover(Target target)Deprecated.static Interactionover(org.openqa.selenium.By... locators)Deprecated.static Interactionover(org.openqa.selenium.WebElement element)Deprecated.<T extends Actor>
voidperformAs(T theActor)Deprecated.protected abstract org.openqa.selenium.WebElementresolveElementFor(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
-
-
-
-
Method Detail
-
over
public static Interaction over(Target target)
Deprecated.
-
over
public static Interaction over(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:
performAsin interfacePerformable
-
resolveElementFor
protected abstract org.openqa.selenium.WebElement resolveElementFor(Actor actor)
Deprecated.
-
getTarget
protected abstract String getTarget()
Deprecated.
-
-