In our watir automation, there are several parts when we were wating pop ups with code like this:
win_exists = Watir.autoit.winWait('Message from webpage',5)
A few day ago, we were trying the new version of watir 1.9, that tries to replace the autoit with the rautomation :D(autoit works but in a dirty way).
What would be the equivalent in rautomation to this autoit method?
Protip: I suppose that someone who can create the tag rautomation will have a new badge (not enough points)