Interface FluentBuilder<FLUENT>


public interface FluentBuilder<FLUENT>
Author:
Jan Papousek
  • Method Summary

    Modifier and Type
    Method
    Description
    element(org.openqa.selenium.By element)
    Returns an element condition factory which can be used to formulate conditions related to the element determined by the given locator.
    element(org.openqa.selenium.SearchContext searchContext, org.openqa.selenium.By element)
    Returns an element condition factory which can be used to formulate conditions related to the element determined by the given locator and search context.
    element(org.openqa.selenium.WebElement element)
    Returns an element condition builder which can be used to formulate conditions related to the given element.
  • Method Details

    • element

      ElementBuilder<FLUENT> element(org.openqa.selenium.WebElement element)
      Returns an element condition builder which can be used to formulate conditions related to the given element.
    • element

      ElementBuilder<FLUENT> element(org.openqa.selenium.By element)
      Returns an element condition factory which can be used to formulate conditions related to the element determined by the given locator.
    • element

      ElementBuilder<FLUENT> element(org.openqa.selenium.SearchContext searchContext, org.openqa.selenium.By element)
      Returns an element condition factory which can be used to formulate conditions related to the element determined by the given locator and search context.