Class Describe


  • @ParametersAreNonnullByDefault
    public class Describe
    extends java.lang.Object
    • Method Summary

      All Methods Static Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      static java.lang.String describe​(Driver driver, org.openqa.selenium.WebElement element)  
      static java.lang.String selector​(org.openqa.selenium.By selector)  
      java.lang.String toString()  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
    • Method Detail

      • toString

        @CheckReturnValue
        @Nonnull
        public java.lang.String toString()
        Overrides:
        toString in class java.lang.Object
      • describe

        @CheckReturnValue
        @Nonnull
        public static java.lang.String describe​(Driver driver,
                                                @Nullable
                                                org.openqa.selenium.WebElement element)
      • selector

        @CheckReturnValue
        @Nonnull
        public static java.lang.String selector​(org.openqa.selenium.By selector)