I developed a robot that must interact with a web application using Google Chrome. On my dev machine (where I have Uipath Studio community edition) it works perfectly.
The thing is that when I installed the robot (only the robot, through command line UiPathPlatform.msi CODE={activationCode} ADDLOCAL=DesktopFeature,Robot,RegisterService) on a test enviroment and tried to run the project, I got “System error at initialization: Cannot communicate with the browser, please check the UiPath extension”.
The extension on the test enviroment is installed (Is my Chrome account, so is the very same Uipath extension I used on the dev enviroment).
By any chance, Are you killing chrome process at the start of the workflow?. Have seen some issues around dealing with chrome when the previous instance of chrome process was killed. UiPath extenstion doesn’t work in some of those cases (browser had to be restarted without killing for the extension to work again). Just checking in case you did so.
Hi @Rammohan91!
Thank you for your reply. I’m using the Uipath Master Framework Template, so by default it calls a Workflow named KillAllProcessess and it logs “Killing precesses…”, but no, I didn’t actually kill chrome. Is just an empty wf with that log.
As I mentioned before, I don’t have Uipath Studio installed on the test enviroment, so I installed the Chrome extension by copying and pasting the following link: UiPath - Chrome Web Store
I got that link by pressing on this button
On my dev enviroment.
Is it possible that the problem is the way I installed the extension?
Do I need Uipath Studio installed on the testing enviroment if I want to do a complete installation of the extension?
Hi @Rammohan91!
I’m sorry I keep taking up your time, but I’m still unable to fix this. That last post was about people not being able to install the extension. I can install it, but it doesn’t work.
The second post you suggested talked about a Chrome Native Messaging extension.
My dev task manager (working, extension installed through Uipath Studio) looks like this:
I cant get Chrome Native Messaging host to run on my test enviroment. As the second post you provided suggested, I’ve uninstalled and reinstalled both Chrome and the uipath extension several times by now. If I go to the installation folder, I can see a file named ChromeNativeMessaging.exe, that I assume is what should be running. I tried running it on my own, but nothing happens.