The below code is giving *-1* for height and width, ClientProperties properties = ((WebClientInfo)Session.get().getClientInfo()).getProperties(); int height = properties.getBrowserHeight();
System.out.println("height:"+ height );
*height : -1*
Any help?
