About 'find element' and 'click' activity

should I use ‘find element’ before ‘click’ activity?
I need to make sure 100% Correct rate。
Thank you!

You can use element exists (or) Find element to check whether the element is appearing on the screen.Then you can place if condition and use click activity in it @jmy

Hi @jmy,

as @sreekanth said it is right. try to use the element exists .

Take a look the below tutorial to get more knowledge .

Regards
Balamurugan

1 Like

thank you very much

thank you very much