0
我想自動化基於移動的應用程序。使用硒webdriver。 這是可能的,因爲它可能爲iOS和Android。 請建議我們可以自動化基於Windows的移動應用程序在硒
我想自動化基於移動的應用程序。使用硒webdriver。 這是可能的,因爲它可能爲iOS和Android。 請建議我們可以自動化基於Windows的移動應用程序在硒
是其可能
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
太謝謝你了。我會試試這個。非常感謝 – liki