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

    Modifier and Type Method Description
    <T extends Actor>
    void
    performAs​(T actor)  

    Methods inherited from class net.serenitybdd.screenplay.actions.ScrollTo

    andAlignToBottom, andAlignToTop, performScrollTo

    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

    • ScrollToWebElement

      public ScrollToWebElement​(org.openqa.selenium.WebElement element)
  • Method Details

    • performAs

      public <T extends Actor> void performAs​(T actor)