Package org.seleniuminspector.openfaces

Examples of org.seleniuminspector.openfaces.PopupLayerInspector.assertStyle()


     @Test
    public void testStyling() {
        testAppFunctionalPage("/components/popuplayer/popupLayerStyling.jsf");
        PopupLayerInspector popupLayer = popupLayer("formID:styled");

        popupLayer.assertStyle("width: 400px; height: 200px; border: 2px solid crimson; background: mistyrose; " +
                "text-decoration: underline; font-weight: bold; text-align:center; left: 200px; top: 200px;");

        popupLayer.mouseOver();
        popupLayer.mouseMove();
View Full Code Here


                "text-decoration: underline; font-weight: bold; text-align:center; left: 200px; top: 200px;");

        popupLayer.mouseOver();
        popupLayer.mouseMove();

        popupLayer.assertStyle("width: 450px; height: 250px; border: 3px dashed springgreen; background: azure; " +
                "text-decoration: overline; font-weight: lighter;");
    }

}
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.