Sign up multiple websites using uipath

Hyy,

i want to sign up multiple websites using UiPath. so how can i found sign up or create account element and click that as find element didn’t work. So anyone can help me in this.

thankyou

Try with the below steps

  1. As u r interacting with browser make sure you have installed the browser extension

https://docs.uipath.com/studio/standalone/2023.4/user-guide/about-extensions

  1. Then use Use Application/browser activity or Open browser activity to open the browser you want

  2. Inside that use CLICK ACTIVITY to click on the sign up button

  3. Use TYPE INTO Activity to type in any value you want
    Both the click and type in will work only when u indicate the element

Hope this helps

Cheers @praveen5

I want to sign up random websites in a loop like 10+ or 20+ . So how can i found sign up element. and click that

1 Like

Usually in automation standardisation is very important
So we can either rely on Ui element or text involved in that Ui element

As you are saying it’s random website make sure all the random website has same text as SIGN IN or SIGN UP so that you can use CLICK TEXT ACTIVITY to click based on the text element

Check this out

Cheers @praveen5