-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");

1
  • With out having wait, which requires exception handling Commented Sep 9, 2016 at 19:28

1 Answer 1

-1

The code below worked for me.

driver.get("http://username:password@application URL");
Sign up to request clarification or add additional context in comments.

Comments

Start asking to get answers

Find the answer to your question by asking.

Ask question

Explore related questions

See similar questions with these tags.