Class ScrollToWebElement
java.lang.Object
net.serenitybdd.screenplay.actions.ScrollTo
net.serenitybdd.screenplay.actions.ScrollToWebElement
- All Implemented Interfaces:
SkipNested,Interaction,Performable
public class ScrollToWebElement extends ScrollTo
-
Field Summary
Fields inherited from class net.serenitybdd.screenplay.actions.ScrollTo
alignToTop -
Constructor Summary
Constructors Constructor Description ScrollToWebElement(org.openqa.selenium.WebElement element) -
Method Summary
Methods inherited from class net.serenitybdd.screenplay.actions.ScrollTo
andAlignToBottom, andAlignToTop, performScrollToMethods 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
-
ScrollToWebElement
public ScrollToWebElement(org.openqa.selenium.WebElement element)
-
-
Method Details
-
performAs
-