1

我正在appium使用使用local simulatorperfecto android设备进行 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

Perfecto 响应要点

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

4

1 回答 1

1

您需要再设置一项功能

capabilities.setCapability("enableAppiumBehavior", true);

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

于 2019-12-16T11:47:08.620 回答