May i know what’s the problem with my Uipath Extension? Getting this error when running my workflow?
Hi @Gemlan,
have you tried uninstalling and installing chrome again, and installing the chrome extension again as well?
Regards,
Omkar P
Yup already did it… but everyday im getting that error, Thanks for your advise anyway.
Before running your workflow check window task manager any process is running kill that process
@Gemlan - Above issue occur with multiple windows/tabs open. you can try below
1- In Attach window - please select the correct/valid browser session
2- if you are using REFramework - in init → Kill all process → Add Kill Process activity → input process name (chrome.exe or iexplore.exe)
if not REF → Before starting your process → Add Kill Process activity → input process name (chrome.exe or iexplore.exe)
This will resolve multiple browser issue.