Microsoft Edgeを使っています。 ファイル実行するとデバックのポップアップが出てきて誤作動を起こします。 chromeなら“–silent-debugger-extension-api”を実行すれば出てこないようですが,
EDGEの場合はどのようにしたらよろしいでしょうか?
こんにちは
以下参考になるかもしれません
1 Like
That popup occurs only when the browser extension is not installed via a group policy.
Try to uninstall the UiPath Edge extension and install it via group policy.
PowerShell examples:
For Online
&"C:\Program Files\UiPath\Studio\UiPath\SetupExtensions.exe" /edge-chromium-policyglobal /silent
For Offline
&"C:\Program Files\UiPath\Studio\UiPath\SetupExtensions.exe" /edge-policy-offline /silent
Reference:
1 Like
This topic was automatically closed 3 days after the last reply. New replies are no longer allowed.