simonaferrara
4 years agoFrequent Contributor
Basic Authentication with Cross-browser tests
Hi all, I'm implementing some cross-browser tests by using Test Complete integrated with Selenium Grid. The site has got basic authentication, so the login form appears when opening the remote w...
- 4 years ago
Hi,
Selenium by design cannot handle any system-provided window / dialog, including the login one.
https://www.linkedin.com/pulse/how-setup-selenium-grid-browsermob-proxy-pass-basic-solution-gamage might inspire you with some ideas (if you haven't already tried suggested or similar approaches).