Interface FluentBase<OUTER>

All Known Subinterfaces:
FluentWait<ARG,FLUENT>, WebDriverWait<FLUENT>

public interface FluentBase<OUTER>
A base for fluent APIs defined by Graphene
Author:
Jan Papousek
  • Method Summary

    Modifier and Type
    Method
    Description
    <ACTION> OUTER
    commit(ACTION action)
    Closes the fluent definition and indicates that it can be applied.
  • Method Details

    • commit

      <ACTION> OUTER commit(ACTION action)
      Closes the fluent definition and indicates that it can be applied.
      Parameters:
      action -
      Returns:
      the committed fluent definition