Class Alias

java.lang.Object
com.codeborne.selenide.impl.Alias

public class Alias extends Object
  • Field Details

    • NONE

      public static final Alias NONE
  • Constructor Details

    • Alias

      public Alias(String text)
  • Method Details

    • getOrElse

      public String getOrElse(Supplier<String> defaultValue)
    • get

      public String get(Supplier<String> defaultValue)
    • appendable

      public String appendable()
    • getText

      public @Nullable String getText()
      As a rule, you don't need to use this method directly.
      Returns:
      text value of this alias (or empty text if alias is not defined)