Class Scroll

java.lang.Object
net.serenitybdd.screenplay.actions.Scroll

public class Scroll
extends java.lang.Object
  • Constructor Summary

    Constructors
    Constructor Description
    Scroll()  
  • Method Summary

    Modifier and Type Method Description
    static ScrollToTarget to​(Target target)  
    static ScrollToBy to​(org.openqa.selenium.By... locators)  
    static ScrollToWebElement to​(org.openqa.selenium.WebElement element)  

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • Constructor Details

    • Scroll

      public Scroll()
  • Method Details