Gmail login Issue Using UI path

I made one flow,which can automatically login in to gmail account using Email id and Password.
But for the second time if I run the program,then Email id is already there and Robot is not able to find the area where to type email,because it directly came to the password section.So how to make flow for this because if mail id is not there then we to type the email else directly type password and proceed.

@monishankar,

Can you please use try-catch Activity for this “email address typeinto” activity or set TRUE on Continues on ERROR property in the “typeinto” activity. This might useful for your solution.

Thanks,
Arunachalam.

I am new in RPA can you please provide me one sample workflow.
Thanks for replying.

@monishankar

Go to Type Into activity properties, set Continue on Error to True.

@monishankar
Am sure its too late now, Do you want to open each instance in incognito mode so that you get the email text box always.

Thanks for your reply. When you are writing RPA bot, I guess you can not open browser in incognito window. But that is issue is resolved in some other way.

@monishankar - Thanks for the update. It can open browsers in incognito mode.
Just need to enable “Allow in incognito” in Extension settings.

1 Like