Forum Discussion
Hassan_Ballan
Champion Level 3
1 hour agoBecause you’re running in InPrivate mode, site permissions (like “access local network”) are not persisted, so the prompt will appear every time. Also, this permission dialog is part of the browser UI, not the page DOM, so TestComplete Web license can’t detect or interact with it.
Bottom line:
- InPrivate mode = permission resets → prompt keeps appearing
- The prompt is not automatable via standard object recognition unless you have Desktop license probably you could
Potential Fix: Try SendKeys Action to the browser if you can can reliably control it by keyboard.
If this resolves your scenario, marking it as the solution helps future readers find it quickly.