Reputation: 2947
I have some web site that needs credentials:
Using a selenium IWebDriver, is there a way to enter the credentials?
Upvotes: 0
Views: 66
Reputation: 52685
You can use following Basic access authentication method:
http://username:[email protected]
Upvotes: 1