Am使用Protractor + Javascript + HPMobileCentre(cloud)使场景自动从Android设备上的本机消息传递应用程序读取OTP消息。
HPMobile中心是一种云服务,我可以在其中连接我的Android手机。
http://appium.io/docs/en/about-appium/appium-clients/建议这些javascript客户端:
https://github.com/admc/wd https://github.com/webdriverio/webdriverio
使用该驱动程序的任何示例都会对我有很大帮助:
public class AMB_Android_Example {
// HPMobile Centre server details
public static final String MC_SERVER = "http://127.0.0.1:8080";
public static final String MC_SERVER_USER = "admin@default.com";
public static final String MC_SERVER_PASSWORD = "******";
// What driver i have to use to access my android phone
driver = ?
}
预期输出:应该能够从SMS消息中提取OTP。
我们非常感谢您的帮助。预先感谢。