Hi Everyone,
@vvaidya, @ddpadil, @Pablo_Sanchez, @stevengoehler, @Prabu_visu @Manjuts90 @ClaytonM
I am new to UiPath automation.
I am trying to automate a web application. If my account is locked I can see a lock symbol on the web page, if not I am able to automate the rest of the functionality successfully.
My question is, using if condition I am checking if my email address exist or not. If email exist do the needful. if not, I am able to add my email address successfully. But, when I am running the script, if my account is locked I can see a lock symbol after my email address. So I want to validate the web page if lock symbol exits or not. if exist I should unlock my user and my rest of the process should go as expected.
I used Click Image activity but it is not working for me.
Please find the images below.
UnLock

Lock

