Class SeleniumSwitchToAction
- java.lang.Object
-
- com.chutneytesting.action.selenium.SeleniumAction
-
- com.chutneytesting.action.selenium.SeleniumSwitchToAction
-
- All Implemented Interfaces:
SeleniumFindBehavior,Action
public class SeleniumSwitchToAction 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
-
-
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
-
Methods inherited from interface com.chutneytesting.action.selenium.SeleniumFindBehavior
by, findElement, findExpectation
-
-
-
-
Method Detail
-
executeSeleniumAction
public ActionExecutionResult executeSeleniumAction()
- Specified by:
executeSeleniumActionin classSeleniumAction
-
-