Interface ElementDescriber

All Known Implementing Classes:
SelenideElementDescriber

@ParametersAreNonnullByDefault public interface ElementDescriber
  • Method Summary

    Modifier and Type
    Method
    Description
    briefly(Driver driver, org.openqa.selenium.WebElement element)
     
    fully(Driver driver, org.openqa.selenium.WebElement element)
     
    selector(org.openqa.selenium.By selector)
     
  • Method Details

    • fully

      @CheckReturnValue @Nonnull String fully(Driver driver, @Nullable org.openqa.selenium.WebElement element)
    • briefly

      @CheckReturnValue @Nonnull String briefly(Driver driver, @Nonnull org.openqa.selenium.WebElement element)
    • selector

      @CheckReturnValue @Nonnull String selector(org.openqa.selenium.By selector)