0

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

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

我为自己解决问题所做的事情:

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

4

2 回答 2

0

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

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

这将在没有安装 Studio 的情况下工作。另请记住,如果您在隐身模式下启动 Chrome,则需要通过在 Chrome 中访问以下 URL 来明确允许隐身模式中的扩展:

chrome://extensions/

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

可在此处找到更多信息:Chrome 扩展程序

于 2021-09-26T20:27:48.317 回答
0

尝试这个。

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.
于 2021-09-27T03:59:12.480 回答