I’m new to UIPath and actually posting first time. I’m attaching a browser and getting the errors and can’t get past when I try to run the flow. It has validation errors. Not sure which variable needs to be passed and where. I was torubleshooting by the selector and still doesn’t work. Need help please.
When you are attaching a browser through attach browser activity, you need to make sure you set what type of a browser you are attaching… for example, IE, firefox or chrome… by default it is set to IE. If you are using othrr type of browsers, you will need to set it in attach browser properties…
If you have already done this, and the issue still exists, could you share a screenshot of your error… i would be able to help
Thanks for the responses. I’m using IE so do I still have to declare the browser beacuse the properties window shows the error when I hover over the WorkingBrowser error. Not sure how and where it needs to be declared.
Any suggestion or help would be appreciated. Thanks in advance
@SG5 Follow this use open browser activity in this output property create variable(chrome_session) and use attach browser in attach browser inside input property there is Browser here pass variable created in open browser (chrome_session)
This is an attached browser activity that i’m using for one of my projects… I’m also using IE… Check whether you have similar configuration as follows.
Lahiru…thanks much for sending me the attached config screenshot. I compared it to my properties windows and it’s the excat same. Not sure what the problem is.