public void testGetEngineState(){
connectSeleniumServer();
connectUrl("http://localhost:8080/logon.html");
EngineState state = getEngineState();
assertNotNull(state);
System.out.println(state.showMe());
}
@AfterClass
public static void tearDown(){
showTrace();