Class SeleniumGetAction
java.lang.Object
fr.enedis.chutney.action.selenium.SeleniumAction
fr.enedis.chutney.action.selenium.SeleniumGetAction
- All Implemented Interfaces:
fr.enedis.chutney.action.spi.Action
-
Field Summary
Fields inherited from class fr.enedis.chutney.action.selenium.SeleniumAction
logger, webDriver -
Constructor Summary
ConstructorsConstructorDescriptionSeleniumGetAction(fr.enedis.chutney.action.spi.injectable.Logger logger, org.openqa.selenium.WebDriver webDriver, String selector, String value) -
Method Summary
Modifier and TypeMethodDescriptionfr.enedis.chutney.action.spi.ActionExecutionResultMethods inherited from class fr.enedis.chutney.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 fr.enedis.chutney.action.spi.Action
validateInputs
-
Constructor Details
-
SeleniumGetAction
-
-
Method Details
-
executeSeleniumAction
public fr.enedis.chutney.action.spi.ActionExecutionResult executeSeleniumAction()- Specified by:
executeSeleniumActionin classSeleniumAction
-