【发布时间】:2016-05-27 03:20:59
【问题描述】:
我想自动化基于移动的应用程序。使用硒网络驱动程序。 是否有可能,因为它可能适用于 iOS 和 Android。 请推荐
【问题讨论】:
标签: selenium selenium-webdriver
我想自动化基于移动的应用程序。使用硒网络驱动程序。 是否有可能,因为它可能适用于 iOS 和 Android。 请推荐
【问题讨论】:
标签: selenium selenium-webdriver
是的,有可能
1.Obtain and install Windows Phone 8 SDK
2.You will need ISETool.exe which is a part of Windows Phone SDK and installed as its part
3.If you want to automate Windows Phone emulator, not a physical device - then you'll need
Windows Phone 8 emulator image, which can be obtained from Windows Phone SDK, or a Windows
Phone device.
4.Download our driver and unpack it anywhere on your local disk
5.Deploy WindowsPhoneDriver.xap to the phone! If you use emulator, just run StartWindowsPhoneDriver.cmd
and it will do everything for you, and prints the IP address/port to the console
(for example, "http://157.59.109.235:8080/"). It will also set system environment variable
REMOTEWEBDRIVERIP.
6.Use it from your code with RemoteWebDriver!
更多信息请点击here
【讨论】: