首页 > 解决方案 > 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:

enter image description here

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:

enter image description here

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?

标签: google-chromeuipathuipath-studio

解决方案


确实,这是 UiPath 无法提供适当解决方案的地方。我对此也有几个想法。但只有一个工作可靠。

这很简单。您只需在浏览器上设置 Enter 键:

活动

并且属性应该如下所示:

特性

如果您需要在您的情况下单击关闭。您在开始时使用了一个额外的 Tab 热键。

此外,您不必使用附加窗口活动。这是可选的。您可以只使用发送热键


推荐阅读