Package com.codeborne.selenide.conditions

Examples of com.codeborne.selenide.conditions.Text


   * <p>NB! Ignores multiple whitespaces between words</p>
   *
   * @param text expected text of HTML element
   */
  public static Condition text(final String text) {
    return new Text(text);
  }
View Full Code Here

TOP

Related Classes of com.codeborne.selenide.conditions.Text

Copyright © 2018 www.massapicom. All rights reserved.
All source code are property of their respective owners. Java is a trademark of Sun Microsystems, Inc and owned by ORACLE Inc. Contact coftware#gmail.com.