Hi,
I’m trying to use UIpath with anti-detect browser chrome profile, But i’m getting an error message “cannot access the indicated browser window” while try to execute a simple click activity.
Enabled extension in private mode.
1 Like
Hey! Welcome to community…
Are we trying to achieve this in incognito mode?
If yes, follow the below steps: (Manual)
- Open chrome browser
- Navigate to Settings
- Navigate to manage extensions
- You can see the UiPath extension…
- Click on the UiPath extension
- We can see the run in private or in incognito mode disabled in our pc
- Enable the private mode
In Studio:
- Use kill process
Process is -Chrome-properties-apply to all
Now try to run the process
This will works fine
Regards,
NaNi
1 Like
Hello @Akio_Uchida
"Anti-detect” as the name suggests is the prevention of getting identified. They let you use proxies, VPNs, and user agents and help your IP address remain anonymous no matter what website you are visiting.
This might cause the issue for the UiPath to identify the elements in the web page. Try with the normal browser and see if you still persists the same issue
I also had an error in the UiPath, I decided to change to a browser with anti-detection protection Gobrowser, it also has a Chrome browser base
thanx for the answer