问题标签 [uipath-studio]
For questions regarding programming in ECMAScript (JavaScript/JS) and its various dialects/implementations (excluding ActionScript). Note JavaScript is NOT the same as Java! Please include all relevant tags on your question; e.g., [node.js], [jquery], [json], [reactjs], [angular], [ember.js], [vue.js], [typescript], [svelte], etc.
google-chrome - UiPath cannot click Chrome Browser popup dialogs
I am having a lot of trouble with a few small parts in a couple of automation workflows and would really appreciate any help. We use UiPath for tons of stuff dealing with our ERP, Great Plains, using the GP Web Client in Chrome, but I have been stuck trying to simply reload the browser. It seems that there is no way that I can find to interact with any Chrome dialog boxes, like Reload or Print dialog prompts like this example:
I have tried using both Element click selectors and Image selectors with timeouts and such but cannot interact with these Chrome dialogs in any way. I also tried sending hotkeys to just click enter like I can without UiPath, but nothing in UiPath will even recognize the prompt. It even ignores these Chrome dialogs when using the record activities. I have the correct Chrome extension and everything else works, but dialogs seem impossible to deal with.
Here are two examples of selectors that I have tried:
I have tried everything I can think of in Studio and scoured the Forums, but have found nothing helpful. Does anyone have any tricks for working with Chrome dialogs?
regex - 地址提取
我想从这个字符串中提取所有地址。正则表达式应该是通用的。
输入字符串:
uipath - 我在运行与 Excel 相关的 uipath bot 时遇到错误
我在 UIPATH 工具中运行与 EXCEL 相关的机器人时遇到了这个问题。我面临的错误在这里给出[20.4.1
消息:作业因意外退出代码而停止:0xC0000005
异常类型:System.Exception
RemoteException 包装 System.Exception:作业因意外退出代码而停止:0xC0000005]
我该如何解决这个问题?
automation - 如何在 UiPath 的弹出面板上指示元素?
我正在使用UiPath对PyCharm进行自动化处理。当我想以这种方式
创建python 文件时File > New > Python File
单击“ New ”后,屏幕上会出现一个弹出面板,其中“ Python File ”选项所在的位置。现在的问题是我无法在该面板中成功选择一个元素(Python 文件)。需要注意的一件事是,我已经尝试过“单击图像活动”。不幸的是,这对我不起作用。
1.有没有办法做到这一点?
2. 使用面板与使用窗口不同吗?
uipath - UiPath 进程可以转换成二进制可执行文件吗?
我在 UiPath 中有一个流程来自动化 PyCharm,这是一个非常简单的流程,就像运行 Python 脚本并将运行消息复制到文本文件中一样。现在我想把它转换成一个二进制文件在windows机器上执行。
我开始知道 UiPath 确实有一个将项目导出为可执行文件的选项,但遗憾的是它也被删除了。
我还查看了 UiPath 的编排器,但这对我来说似乎很有意义。我不明白为什么一家公司会删除如此重要的功能(转换为可执行文件)并提供这样一个混乱的解决方案。可能是我错过了一些东西。
我的问题是……
是否有任何解决方法,任何可以将 UiPath 项目转换为 Windows 可执行文件的第三方技巧。
vb.net - 从 Outlook 中删除已发送的邮件
如何使用 UiPath 从 Outlook 中删除已发送的邮件?我使用删除 Exchange 邮件消息活动来删除邮件消息。我有一个错误Delete Exchange Mail Message: Invalid URI: The format of the URI could not be determined.
有没有其他方法可以删除邮件。
uipath - 如何使用 UIPath 使视频循环播放 100 次?
有没有办法使用 UIPath 运行或循环播放视频 100 次?
rpa - 是否可以在 Orchestrator 中运行两个进程?
我有 UiPath 的免费 Orchestrator 版本,我想知道是否有办法在 Orchestrator 中启动作业,例如当作业仍在运行时,例如在晚上 08:00 我安排了第二个作业需要运行。
是否可以停止第一个作业,运行第二个作业,然后在第二个作业完成后重新开始第一个作业?
谢谢