Automate Safari web browser using c# on Windows

送分小仙女□ 提交于 2019-12-03 16:23:31

you might check my post here where I am using the method described above to automate Chrome in C#

http://markcz.wordpress.com/2012/02/18/automating-chrome-browser-from-csharp/

Martin

I'm not sure if this helps, but the guys at ArtOfTest have added Safari support to their .Net based automation framework WebAii. Maybe you could figure out what they are doing.

Selenium has been very useful for me for compatibility testing.

WatiN here http://watinandmore.blogspot.com/2010/01/browserattachto-and-iattachto.html lets you automate IE and FF. It is open source, so you can have a look on how they do it.

Maybe you can adapt it to your needs?

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!