Package com.hlcl.rql.as

Examples of com.hlcl.rql.as.Page.enterText()


    Page currentPg = project.getPageById("4711");

    String textValue = currentPg.getTextValue("templateElementName");
    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();
View Full Code Here

TOP
Copyright © 2018 www.massapi.com. 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.