Tell me more ×
Stack Overflow is a question and answer site for professional and enthusiast programmers. It's 100% free, no registration required.

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

share|improve this question

1 Answer

Use one of the WebDriver extensions to test Safari and Chrome in Selenium:

share|improve this answer

Your Answer

 
discard

By posting your answer, you agree to the privacy policy and terms of service.

Not the answer you're looking for? Browse other questions tagged or ask your own question.