I want my bot to wait till execution of first script completes … when I execute the script in sql developer few icon grayed out untill execution is in process.
execution in process -
Execution completed :

Can anyone suggest how to read the colors of these icons?
Hi @Meera_Mahajan,
You can use on element appear activity, check the checkbox wait visible and wait active. Change the property repeat forever to false.
For your reference : https://docs.uipath.com/activities/docs/on-ui-element-appear
Thanks,
Aman
Thanks Aman !
I change the approach to implement… instead of reading color I used the “Fetched” keyword displayed in second image… whereas I will try to implement read the color of icon using Color Detector activities …