I am using seleniumRc 1.0.3 version this is fine..I am good with IE and Firefox..This is very good.. But i want to test 开发者_运维知识库in other browsers like "Safari and Chrome".
I am not able to execute my script with Safari and Chrome browsers..
In my script i am using https in the URl then whenever it url loading it should give alert (modelwiondow / popup some one caling like these) for authentication details ( username and password).
I am successfully done with firefox and IE i have done one step manually...that is fine...
But i want to do in safari also.. Can any one help me on this
Use one of the WebDriver extensions to test Safari and Chrome in Selenium:
- WebKitDriver(Headless Webkit)
- SafariDriver(Safari)
References
- SafariDriver Internals
精彩评论