mirabeau-nl / WbTstr.Net

[DEPRECATED, see README.md] Easy automated functional testing.
MIT License
4 stars 3 forks source link

Support HTTP Basic Authentication #19

Closed onnovalkering closed 7 years ago

onnovalkering commented 8 years ago

We need to support HTTP basic authentication, so WbTstr can be used to access protected sites. Possibilities include: embedding the credentials in the URL or performing an automation script (i.e. AutoIT).

lazytesting commented 8 years ago

Embedding in the url will give issues with some browsers as they will mark the url as malicious. I think we can use the Selenium IAlert.SetAuthenticationCredentials Method but we need to verify if it's implemented in all the major browsers.