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?