Hello,
i want to know why waitForExistence do not work on ProcessTestObject.
i'm doing the following:
ProcessTestObject testObject = startApp(config.getApplicationName());
testObject.waitForExistence();
.....
clickOK();
when i run the script an exception occurs, because the button is not found => application not fully loaded.
i thought i could use waitForExistence instead of sleep(3)
regards, michael