saucepleez / taskt

taskt (pronounced 'tasked' and formely sharpRPA) is free and open-source robotic process automation (rpa) built in C# powered by the .NET Framework
http://www.taskt.net/
1.06k stars 346 forks source link

[enhancement] Wait For UI Element Exist #270

Open ghost opened 2 years ago

ghost commented 2 years ago

I need a new automation command to wait UI element exist.

My target application does not change its window name throughout screen transition. So, Wait For Window To Exist can't achieve what I want to do.

Now, I achieve it by Loop and Check If Element Exists, Exit Loop command. I want to make it easier.

dezaxe69210 commented 2 years ago

Did you tried with TRY/catch? I do this and works