Class SeleniumClickAction
- java.lang.Object
-
- com.chutneytesting.action.selenium.SeleniumAction
-
- com.chutneytesting.action.selenium.SeleniumClickAction
-
- All Implemented Interfaces:
SeleniumFindBehavior,Action
public class SeleniumClickAction extends SeleniumAction implements SeleniumFindBehavior
-
-
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
Constructors Constructor Description SeleniumClickAction(Logger logger, org.openqa.selenium.WebDriver webDriver, String selector, String by, Integer wait)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description ActionExecutionResultexecuteSeleniumAction()Function<org.openqa.selenium.WebDriver,org.openqa.selenium.WebElement>findExpectation(org.openqa.selenium.By by)-
Methods inherited from class com.chutneytesting.action.selenium.SeleniumAction
execute, takeScreenShot
-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Methods inherited from interface com.chutneytesting.action.spi.Action
validateInputs
-
Methods inherited from interface com.chutneytesting.action.selenium.SeleniumFindBehavior
by, findElement
-
-
-
-
Method Detail
-
executeSeleniumAction
public ActionExecutionResult executeSeleniumAction()
- Specified by:
executeSeleniumActionin classSeleniumAction
-
findExpectation
public Function<org.openqa.selenium.WebDriver,org.openqa.selenium.WebElement> findExpectation(org.openqa.selenium.By by)
- Specified by:
findExpectationin interfaceSeleniumFindBehavior
-
-