简体   繁体   English

当机器人通过 Studio 运行时,会启动 Firefox,但通过 Orchestrator IE 启动

[英]When bot is run throuh Studio, Firefox is launched, but through Orchestrator IE launched

I have set the Browser Type as Firefox in Uipath studio (both for Open Browser and Attach Browser activities).我已在 Uipath Studio 中将浏览器类型设置为 Firefox(用于打开浏览器和附加浏览器活动)。 Also default browser in the system is Firefox.系统中的默认浏览器也是 Firefox。 Now, when the bot is run from UIPath, Firefox is launching.现在,当机器人从 UIPath 运行时,Firefox 正在启动。 But when I run the same bot through Orchestrator,IE is launching.但是当我通过 Orchestrator 运行同一个机器人时,IE 正在启动。 I did not find any browser setting in Orchestrator community edition.我在 Orchestrator 社区版中没有找到任何浏览器设置。 Please help me how to resolve this.请帮助我如何解决这个问题。

Orchestrator is UiPath's server-based application that allows you to manage, schedule, and execute your robots. Orchestrator 是 UiPath 基于服务器的应用程序,可让您管理、安排和执行机器人。 It does not provide functionality to modify processes/sequences that are built in Studio.它不提供修改 Studio 中内置的流程/序列的功能。

What this sounds like is that you have initially published your package from Studio to Orchestrator, then you have made further changes to your sequence and activities.这听起来像是您最初将包从 Studio 发布到 Orchestrator,然后对序列和活动进行了进一步更改。 One of which was to change the browser from IE to Firefox.其中之一是将浏览器从 IE 更改为 Firefox。 You have saved this and ran it locally and it works as expected but have not published your latest changes to Orchestrator .您已保存并在本地运行它,它按预期工作,但尚未将您的最新更改发布到 Orchestrator

If you have published again then you probably have forgotten to go to Orchestrator and set it to use the latest package .如果您再次发布,那么您可能忘记转到 Orchestrator 并将其设置为使用最新的包 This is done from the Processes page and not the Packages page.这是从进程页面而不是包页面完成的。 You should see an update icon next to the process that is using an old version, like so:您应该在使用旧版本的进程旁边看到一个更新图标,如下所示:

在此处输入图片说明

暂无
暂无

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

相关问题 是否可以在 Orchestrator 中运行两个进程? - Is possible in the Orchestrator run two Processes? 如何终止不是通过“启动”活动启动的 Chrome 应用程序,而是从另一个应用程序(如 Powershell)启动的? - How is it possible to terminate a Chrome Application, that ist not launched via “Launch” activity, but from another application like Powershell? UIPath - 没有 Orchestrator 的调度 - UIPath - Schedule without Orchestrator UiPath Orchestrator - 计划作业陷入“待处理”状态 - UiPath Orchestrator - Scheduled Jobs Get Stuck In "Pending" State 'run bot runner session on control room' 选项的用途是什么? - What the 'run bot runner session on control room' option's for? 如何在Automation Anywhere中启动任何BOT之前关闭Chrome,IE,Excel,Word,记事本等多个页面? - How to close multiple pages of Chrome, IE, Excel, Word, Notepad, etc before the start of any BOT in Automation Anywhere? 在 UiPath 异常 HResult 代码中的 Orchestrator 中出现此错误:-2146233088 - Getting this Error in Orchestrator in UiPath Exception HResult Code : -2146233088 类似 Blueprism 的间谍和机器人开发 - Blueprism-like spying and bot development 如何在Workfusion RPA Express中将变量值从一个机器人任务传输到另一个机器人任务? - How to transfer a variable value from one bot task to another bot task in Workfusion RPA Express? 是否有可能在 G1ANT.Studio 中运行并行脚本 - Is there a possibilty to run parallel scripts in G1ANT.Studio
 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM