-1

How to pass the credentials in the pop up while requesting any http application URL ???

with out using wait

driver.get("http://username:password@site URL");

Kiran G
  • 31
  • 2

1 Answers1

-1

The code below worked for me.

driver.get("http://username:password@application URL");
cs95
  • 379,657
  • 97
  • 704
  • 746
Kiran G
  • 31
  • 2