开发者

Selenium RC (java)+ Safari3 + XP

开发者 https://www.devze.com 2023-04-07 13:52 出处:网络
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 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
0

精彩评论

暂无评论...
验证码 换一张
取 消