Package io.fluentlenium.core.hook
Interface FluentHook<T>
- Type Parameters:
T- type of hook options
- All Superinterfaces:
org.openqa.selenium.support.pagefactory.ElementLocator,org.openqa.selenium.interactions.Locatable,org.openqa.selenium.SearchContext,org.openqa.selenium.TakesScreenshot,org.openqa.selenium.WebElement,org.openqa.selenium.WrapsElement
- All Known Implementing Classes:
BaseFluentHook,BaseHook,WaitHook
public interface FluentHook<T>
extends org.openqa.selenium.WebElement, org.openqa.selenium.support.pagefactory.ElementLocator, org.openqa.selenium.WrapsElement, org.openqa.selenium.interactions.Locatable
Hook interface.
-
Method Summary
Methods inherited from interface org.openqa.selenium.support.pagefactory.ElementLocator
findElement, findElementsMethods inherited from interface org.openqa.selenium.interactions.Locatable
getCoordinatesMethods inherited from interface org.openqa.selenium.TakesScreenshot
getScreenshotAsMethods inherited from interface org.openqa.selenium.WebElement
clear, click, findElement, findElements, getAccessibleName, getAriaRole, getAttribute, getCssValue, getDomAttribute, getDomProperty, getLocation, getRect, getShadowRoot, getSize, getTagName, getText, isDisplayed, isEnabled, isSelected, sendKeys, submitMethods inherited from interface org.openqa.selenium.WrapsElement
getWrappedElement
-
Method Details
-
getOptions
T getOptions()Get the options of the hook.- Returns:
- hook options
-