Step 1 :
Step 2:
How do i handle this kind off activity in ui path automation???
Step 1 :
Step 2:
How do i handle this kind off activity in ui path automation???
After clicking on ‘search data’, Use the element exists activity and indicate the popup. The output of the ‘element exists’ will be a boolean variable. Use that inside IF activity as a condition. If the condition is true then ‘click’ on the cross button to close the popup.
Inside else you can add the alternate process.
Thanks alot
This topic was automatically closed 3 days after the last reply. New replies are no longer allowed.