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
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
https://docs.uipath.com/studio/standalone/2023.4/user-guide/about-extensions
Then use Use Application/browser activity or Open browser activity to open the browser you want
Inside that use CLICK ACTIVITY to click on the sign up button
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
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