Appium Ruby 在 android 移动真实设备网络浏览器上测试

Appium Ruby to test on android mobile real device web browser

我正在尝试使用 Ruby 配置 Appium 以在真实设备网络浏览器上进行测试。 我能够使用 Appium selenium java 执行它,但由于我的功能测试在 ruby 中需要在 Ruby

中找到解决方案
  1. 我们有 appium ruby 解决方案来测试 android 真实设备 webbrowser
  2. 谁能帮忙找到 android 的设置指南,我试了很多但没能找到

谢谢

A​​ppium 可以处理 webview,并且有一个 ruby 客户端:

https://rubygems.org/gems/appium_lib/versions/7.0.0

这是 android 设置的 link:

http://appium.io/slate/en/master/?ruby#setup-(android)