Class SeleniumScrollToAction
java.lang.Object
com.chutneytesting.action.selenium.SeleniumAction
com.chutneytesting.action.selenium.SeleniumScrollToAction
- All Implemented Interfaces:
SeleniumFindBehavior,Action
-
Nested Class Summary
Nested classes/interfaces inherited from interface com.chutneytesting.action.selenium.SeleniumFindBehavior
SeleniumFindBehavior.WebElementFindBy -
Field Summary
Fields inherited from class com.chutneytesting.action.selenium.SeleniumAction
logger, webDriver -
Constructor Summary
ConstructorsConstructorDescriptionSeleniumScrollToAction(Logger logger, org.openqa.selenium.WebDriver webDriver, String selector, String by, Integer wait) -
Method Summary
Methods inherited from class com.chutneytesting.action.selenium.SeleniumAction
execute, takeScreenShotMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface com.chutneytesting.action.spi.Action
validateInputsMethods inherited from interface com.chutneytesting.action.selenium.SeleniumFindBehavior
by, findElement, findExpectation
-
Constructor Details
-
SeleniumScrollToAction
-
-
Method Details
-
executeSeleniumAction
- Specified by:
executeSeleniumActionin classSeleniumAction
-