Package com.hlcl.rql.as

Examples of com.hlcl.rql.as.TextElement


    currentPg.setTextValue("templateElementName", "htmlSourceCode");
    currentPg.enterText("templateElementName", "text editor input");
    currentPg.deleteTextValue("templateElementName");

    List<TextElement> textElements = currentPg.getTextElements();
    TextElement textElement = currentPg.getTextElement("templateElementName");
    textElement.isAsciiText();
    textElement.isHtmlText();
  }
View Full Code Here

TOP

Related Classes of com.hlcl.rql.as.TextElement

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.