Hi all,
I am working on this application, when the “Save Button” is clicked there’s an execution that happens on the background then a “Success” message pops up when that execution is finished. This takes too long for other Items and the robot becomes impatient and tries to log the user in again instead of waiting until the “Success” message appears. I’ve used most of the activities i can think of e.g Find Element, Text Exists, Element Appear, Element Exists and the waitForReady=Complete but still times out before the message box appears.
Please Help