Package org.seleniuminspector.openfaces

Examples of org.seleniuminspector.openfaces.BorderLayoutPanelInspector.assertElementExists()


    public void testRendering() {
        testAppFunctionalPage("/components/borderlayoutpanel/borderLayoutPanelft.jsf");

//test positions & sizes
        BorderLayoutPanelInspector borderLayoutPanel = borderLayoutPanel("formID:borderLayoutPanel00");
        borderLayoutPanel.assertElementExists();
        borderLayoutPanel.assertExpressionEquals("offsetWidth", 600);
        borderLayoutPanel.assertExpressionEquals("offsetHeight", 400);

        ElementInspector sidePanel01 = element("formID:sidePanel01");
        sidePanel01.assertElementExists();
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.