popupLayer.assertVisible(false);
InputInspector leftCoordinateInput = new InputInspector("leftCoodinate");
leftCoordinateInput.type("100");
InputInspector topCoordinateInput = new InputInspector("topCoodinate");
topCoordinateInput.type("200");
ElementInspector topLeftButton = element("setPopupLayerTopLeft");
topLeftButton.click();
popupLayer.assertVisible(true);
element("formID:submit").clickAndWait();