Class ScrollTo
- java.lang.Object
-
- net.serenitybdd.screenplay.actions.ScrollTo
-
- All Implemented Interfaces:
SkipNested,Interaction,Performable
- Direct Known Subclasses:
ScrollToBy,ScrollToTarget,ScrollToWebElement
public abstract class ScrollTo extends Object implements Interaction
-
-
Field Summary
Fields Modifier and Type Field Description protected BooleanalignToTop
-
Constructor Summary
Constructors Constructor Description ScrollTo()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description ScrollToandAlignToBottom()ScrollToandAlignToTop()protected voidperformScrollTo(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
performAs, then
-
-
-
-
Field Detail
-
alignToTop
protected Boolean alignToTop
-
-