如何通过 Google Play 使用 calabash-android 进行购买?

How can I make a purchase by means of calabash-android through Google Play?

我在 ruby 上进行了测试 - 使用 calabash-android 我想在我的应用程序中购买 vip - 通过 Google 播放框架。 在 irb 控制台中未显示此 google 帧。我不想点击坐标。

calabash-android console apk

start_test_server_in_background

query("*")=帧Google播放不显示

monitor - 它命令我可以在应用程序中查看 id 元素并出现 Google Play fraym

也许 sambody 知道怎么做?

使用 calabash-android 我们无法自动化其他应用程序。由于它检测了您的应用程序,因此葫芦命令仅适用于您的应用程序,不适用于其他应用程序。

在这种情况下,您可以使用 python android UI Automator 或 adb 命令在代码中编写 python 包装器

你有两种实现方式

  1. Python uiautomator - https://github.com/xiaocong/uiautomator
  2. Adb 命令 - https://developer.android.com/studio/command-line/shell.html