Start process + on element appear error

hi guys,
im trying to open an excel file using start process activity, and when this pop up shows, it will click yes

but it doesnt work, it wont click yes, when i try to run the only the click activity with the excel open, it works, any suggestion ?

image
image

Hi @RobertoEwaldo,

Use excel application scope and try giving element exist to click on yes within the scope.

Thanks

1 Like

Hi @RobertoEwaldo ,
I think the problem is with selectors. Can you show your selector for On element appear and Click activity?

1 Like

on element appear :
image

click :
image

still doesnt work

@RobertoEwaldo for On Element Appear point to the text content instead of whole window and check if this will work. Eventually you can use Element Exists activity and assign the output to the variable and then use If activity to do the task for this output.

1 Like