Interface IsElementBuilder<FLUENT>

All Known Subinterfaces:
IsNotElementBuilder<FLUENT>

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

    Modifier and Type
    Method
    Description
    Checks whether the element is clickable.
     
    Checks whether the element is present.
    Checks whether the element is selected.
    Checks whether the element is visible.
  • Method Details

    • enabled

      FLUENT enabled()
    • present

      FLUENT present()
      Checks whether the element is present.
    • selected

      FLUENT selected()
      Checks whether the element is selected.
    • visible

      FLUENT visible()
      Checks whether the element is visible.
    • clickable

      FLUENT clickable()
      Checks whether the element is clickable.