Hello,
Problem:
I’m trying to use getText() when the user click on save button. However, the code below doesn’t work because the popup appear when click action isn’t finish. So I can’t execute the following code.
**Code :
**
WebUI.click(findTestObject(SaveButtonObject))
if(WebUI.getText(findTestObject(inputObject)).length() > 10) { WebUI.verifyAlertPresent(5)}
There is a solution to do that ?
Thank’s,
Regards