Fine no worries
— hope you have the workflow ready
— keep that workflow inside a try block of try catch activity
— if any error message pops ups and the process gets disrupted it will go to Catch block
— there include a activity called ELEMENT EXISTS OR IMAGE EXISTS ACTIVITY these two activities will look for a element if we are able to select the elements as individual elements or will search for image if we are not able to select the elements as individual elements and either of these activities will give us a output a variable of type Boolean named bool_exists
— if the element or image occurs pass this output variable to a if condition activity like this
bool_exists = True
—if True will go to THEN part of if condition where we can use a activity called click to click on the ok or any button in that pop up window
— else the exception is not because of that pop up and is because of some other stuffs and we can mention that in ELSE part with some log message activity or a write line activity
Hope this would be helpful
Kindly revert for any queries or clarification
Cheers @oredresser