我在http://code.google.com/p/selenium/wiki/IPhoneDriver上看到,要在UIWeb的真实设备上使用selenium webdriver测试,您需要iphone SDK和配置文件。我想在Java(Eclipse)中为iphone编写我的selenium webdriver测试。
我可以从Windows机器运行ios的测试用例吗?Mac机必须运行测试吗?实际上,设计测试的测试人员习惯在Windows上使用并且不了解Mac。谢谢
我可以问一下是否可以使用webdriver自动化原生的混合ios移动应用程序?
从repo签出Iphone SDK后,我可以使用任何浏览器运行测试,例如safari,firefox,chrome ......?
请帮帮我
答案 0 :(得分:0)
只有解决方案是Virtual Machine + Hackintosh,但不合法。
WebDriver driver = new RemoteWebDriver(new URL("yourip/wd/hub"), DesiredCapabilities.iphone());
P.S。我没有正确记住所有要点,祝你好运