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

    Modifier and Type
    Method
    Description
    T
    Get the options of the hook.

    Methods inherited from interface org.openqa.selenium.support.pagefactory.ElementLocator

    findElement, findElements

    Methods inherited from interface org.openqa.selenium.interactions.Locatable

    getCoordinates

    Methods inherited from interface org.openqa.selenium.TakesScreenshot

    getScreenshotAs

    Methods 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, submit

    Methods inherited from interface org.openqa.selenium.WrapsElement

    getWrappedElement
  • Method Details

    • getOptions

      T getOptions()
      Get the options of the hook.
      Returns:
      hook options