Cher
Cher

Reputation: 2947

entering credentials with IWebDriver?

I have some web site that needs credentials:

enter image description here

Using a selenium IWebDriver, is there a way to enter the credentials?

Upvotes: 0

Views: 66

Answers (1)

Andersson
Andersson

Reputation: 52685

You can use following Basic access authentication method:

http://username:[email protected]

Upvotes: 1

Related Questions