Pop up window in browser

Hi,
When I click a link in Edge browser it opens a pop up window. I need to click another Uielement in the pop up window.

But this pop up window does not have a selector. When I try to identify the whole parent window is getting identified. When I try to I click the Element in the pop up window, it says the element is not found.

Can you help?

Thanks a lot,

Hi @A_Learner

welcome to UiPath community!!!

can you please try with below alternate solution.

  1. Use Image Automation: If UiPath’s selector isn’t able to identify the pop-up, you can use image automation. Take a screenshot of the pop-up, and then use the “Click Image” or “Find Image” activity in UiPath to click the “OK” button.
  2. try to use any send hot keys.
  3. try with some web recorded option if possible

Hi @A_Learner

Use Check app state activity to indicate that Popup, in target appear block use click activity
When using click activity try to change UI Framework(F4)

image

Regards,

This topic was automatically closed 3 days after the last reply. New replies are no longer allowed.