Class SeleniumGetTextAction
java.lang.Object
fr.enedis.chutney.action.selenium.SeleniumAction
fr.enedis.chutney.action.selenium.SeleniumGetTextAction
- All Implemented Interfaces:
SeleniumFindBehavior,fr.enedis.chutney.action.spi.Action
-
Nested Class Summary
Nested classes/interfaces inherited from interface fr.enedis.chutney.action.selenium.SeleniumFindBehavior
SeleniumFindBehavior.WebElementFindBy -
Field Summary
Fields inherited from class fr.enedis.chutney.action.selenium.SeleniumAction
logger, webDriver -
Constructor Summary
ConstructorsConstructorDescriptionSeleniumGetTextAction(fr.enedis.chutney.action.spi.injectable.Logger logger, org.openqa.selenium.WebDriver webDriver, String selector, String by, Integer wait) -
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
validateInputsMethods inherited from interface fr.enedis.chutney.action.selenium.SeleniumFindBehavior
by, findElement, findExpectation
-
Constructor Details
-
SeleniumGetTextAction
-
-
Method Details
-
executeSeleniumAction
public fr.enedis.chutney.action.spi.ActionExecutionResult executeSeleniumAction()- Specified by:
executeSeleniumActionin classSeleniumAction
-