Class SeleniumGetAction
- java.lang.Object
-
- com.chutneytesting.action.selenium.SeleniumAction
-
- com.chutneytesting.action.selenium.SeleniumGetAction
-
- All Implemented Interfaces:
Action
public class SeleniumGetAction extends SeleniumAction
-
-
Field Summary
-
Fields inherited from class com.chutneytesting.action.selenium.SeleniumAction
logger, webDriver
-
-
Constructor Summary
Constructors Constructor Description SeleniumGetAction(Logger logger, org.openqa.selenium.WebDriver webDriver, String selector, String value)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description ActionExecutionResultexecuteSeleniumAction()-
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
-
-
-
-
Method Detail
-
executeSeleniumAction
public ActionExecutionResult executeSeleniumAction()
- Specified by:
executeSeleniumActionin classSeleniumAction
-
-