Window Pop-Up Greyed Out And Will Not React

In case of browser application pop-up getting greyed out, how to interact with it?

Issue Description: Browser pop-up greyed out and will not react.

image.png


Resolution:

  • Try updating to the latest UIAutomation.Activities package
  • Check to see if the selector is valid (UI Explorer ) and that the UI element is exposed (UiPath can interact with it); Test with different UI Frameworks
  • If it is valid, try adding a delay of 2-3 seconds before the activity executes either via Delay Activity or set the WaitForReady property to "Complete"
  • Use Activate (classic activities) to activate the input field.