I have a situation where i have to read this text and based on that i have to proceed, Generally I expecting checkbox to select all documents(as sown in 3rd image) but in few cases there will be no documents and have to deal with that too.
I tried On Element Appear, Element Exists and even OCR but its not working for me, any suggestions??
My scenerio is if there is anything like this text then i have to skip and proceed with next step, but if i have checekbox then i have to download that thing after clicking the checkbox and click download(this 2nd step is completed but the 1st is incomplete.
Fine
using Element exists is correct buddy
–use element exists to check whether the text THERE IS NO DATA is available or not
and we get an output from this activity a variable of type boolean, named out_boolean
–pass that variable as condition in a if activity like this out_boolean = True
if this condition gets passed it will go to THEN part of if conditon we can leave it empty and if the condition fails it will go to ELSE part where we can have activities like
–Click activity and click on the check box and use again click activity to click on the download button buddy
Hope this would help you
Kindly try this and let know for any queries or clarification
Cheers @indrajit.shah