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.StringgetTarget()Deprecated.static Interactionover(java.lang.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, waitMethods inherited from interface net.serenitybdd.screenplay.Performable
then
-
Constructor Details
-
Hover
public Hover()Deprecated.
-
-
Method Details
-
over
Deprecated. -
over
Deprecated. -
over
Deprecated. -
over
Deprecated. -
performAs
Deprecated.- Specified by:
performAsin interfacePerformable
-
resolveElementFor
Deprecated. -
getTarget
protected abstract java.lang.String getTarget()Deprecated.
-