Chrome 仅限 UiPath 机器人中的扩展问题

Chrome Extension Issue in UiPath Robot Only

我面临 chrome 扩展问题。以下是问题所在: “UiPath.Core.BrowserOperationException:无法与浏览器通信,请检查 UiPath 扩展”

我只有 UiPath Robot,所以我无法从 Studio 安装扩展。我是运行托盘里的包裹。

我自己解决问题的方法:

删除扩展并重新安装(多次)。 执行前清除浏览数据。 更新包几次。 重新启动了我的机器。

不清楚您是否从 Chrome 网上商店安装了扩展程序,但最好使用以下命令安装扩展程序:

C:\Program Files\UiPath\Studio\UiPath\SetupExtensions.exe /chrome

无需安装 Studio 即可使用。另请记住,如果您在隐身模式下启动 Chrome,则需要通过转到 Chrome 中的以下 URL 来明确允许隐身模式中的扩展:

chrome://extensions/

在 UiPath 扩展上选择“详细信息”,然后选择“允许隐身”。

可在此处找到更多信息:Extension for Chrome

试试这个。

1 Use the StartProcess to start Internet explorer exe file from program files.
2 Send Url as argument eg “www.abc.com”
3 Use on element appear to check if the home page is loaded.
4 Attach browser and use the browser variable to pass to other workflows.