【问题标题】:Session capabilities difference than local as compare to perfecto appium capabilities与perfecto appium功能相比,会话功能与本地的差异
【发布时间】:2019-12-16 19:48:35
【问题描述】:

我正在使用local simulatorperfecto android 设备对appium 进行android 自动化测试

如果我点击以下本地 URL

http://localhost:4723/wd/hub/session/dd607ee0-6ba8-4d71-9459-3252d896153e

然后我收到此回复https://gist.github.com/pareshgami/8434f86df2ec2e68167c097548e591ab

但是当我使用 Perfecto android 运行相同的东西时,如果我点击下面的 URL,我会得到来自 Perfecto 的完全不同的响应。

http://partners.perfectomobile.com/nexperience/perfectomobile/wd/hub/session/10c767b1-05d6-4a41-866e-364cacd48600

完美响应要点

https://gist.github.com/pareshgami/112dc614787f34c8ed7c50e64a2e1573

【问题讨论】:

    标签: appium perfecto


    【解决方案1】:

    您需要再设置一项功能

    capabilities.setCapability("enableAppiumBehavior", true);
    

    https://developers.perfectomobile.com/display/PD/New+architecture+for+Appium+testing+on+Android+%7C+Early+access

    【讨论】:

      猜你喜欢
      • 2014-02-02
      • 2021-07-14
      • 2013-12-25
      • 2015-02-27
      • 2015-08-04
      • 1970-01-01
      • 1970-01-01
      • 1970-01-01
      • 1970-01-01
      相关资源
      最近更新 更多