
Announcements
Hi,
I am running Power automate desktop and I am using browser automation to run a flow, when I select Press button on web page and select in advanced if pop-up dialog appear press ok, however flow stuck when pop-up comes, any solution rather than using send key?
Regards,
Hi @memo_mac
This is a common issue posted on the forum
Options in front of you are:
- Detect the UI element for the popup (Not possible as of now)
- Use the "if popup dialog appears" option of "Launch Chrome" (you have already tried this)
- Sendkeys
- Can try "Wait for text on screen"
If you come across these or any other successful option please share your findings here.
Thanks.