Wait until a button with specified text appear

felix26

New member
I would like to open an app and click a specified button after it appear. I can use the wait delay but the waiting time for the app can be changes easily. Is there any where to do this?
 

FrameXX

Well-known member
This guy had a similar problem.

 

Abalsam

Active member
I would like to open an app and click a specified button after it appear. I can use the wait delay but the waiting time for the app can be changes easily. Is there any where to do this?
The thread @FrameXX referenced identifies the plug in to use. However, in terms of your question about the button appearing after a period of time, I would suggest a loop that waits 15 seconds between attempts and if TouchTask sees the text break out of the loop and click on the button.

I hope this helps
 
Top