【问题标题】:Can we automate windows based mobile app in selenium我们可以在 selenium 中自动化基于 Windows 的移动应用程序吗
【发布时间】:2016-05-27 03:20:59
【问题描述】:

我想自动化基于移动的应用程序。使用硒网络驱动程序。 是否有可能,因为它可能适用于 iOS 和 Android。 请推荐

【问题讨论】:

    标签: selenium selenium-webdriver


    【解决方案1】:

    是的,有可能

    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

    【讨论】:

      猜你喜欢
      • 2016-01-11
      • 1970-01-01
      • 1970-01-01
      • 2021-06-06
      • 2021-06-14
      • 2023-03-14
      • 1970-01-01
      • 2021-12-31
      • 1970-01-01
      相关资源
      最近更新 更多