Interface ScrollElementToViewportHandler
-
- All Known Implementing Classes:
DefaultScrollElementToViewportHandler
public interface ScrollElementToViewportHandlerThis handler can be attached to SmartAppDriver to handle the element scrolling.- Author:
- Madhav Krishna
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description voidhandle(SmartAppDriver appDriver, org.openqa.selenium.WebElement elem)
-
-
-
Method Detail
-
handle
void handle(SmartAppDriver appDriver, org.openqa.selenium.WebElement elem)
-
-