Package dev.comfast.cf.se
Class FoundElement
java.lang.Object
dev.comfast.cf.CfAbstractLocator
dev.comfast.cf.se.SeleniumLocator
dev.comfast.cf.se.FoundElement
- All Implemented Interfaces:
CfFoundLocator,CfLocator
-
Field Summary
Fields inherited from class dev.comfast.cf.CfAbstractLocator
chain -
Constructor Summary
ConstructorsConstructorDescriptionFoundElement(SelectorChain chain, org.openqa.selenium.WebElement foundElement) -
Method Summary
Methods inherited from class dev.comfast.cf.se.SeleniumLocator
$, clear, click, count, doExecuteJs, doTryFind, dragTo, executeJs, exists, find, focus, forEach, getAttribute, getCssValue, getTagName, hover, isDisplayed, map, nth, setChecked, setValue, should, tap, tryFind, type, waitForMethods inherited from class dev.comfast.cf.CfAbstractLocator
action, action, action, canEqual, equals, getText, getValue, hasClass, hashCode, innerHtml, outerHtml, toStringMethods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, waitMethods inherited from interface dev.comfast.cf.CfLocator
$, clear, click, count, dragTo, executeJs, exists, find, focus, forEach, getAttribute, getCssValue, getTagName, getText, getValue, hasClass, hover, innerHtml, isDisplayed, map, nth, outerHtml, setChecked, setValue, should, shouldNot, tap, tryFind, type, waitFor
-
Constructor Details
-
FoundElement
-
-
Method Details
-
doFind
protected org.openqa.selenium.WebElement doFind()- Overrides:
doFindin classSeleniumLocator
-