Appium Ruby Console
How to use
- Setup Appium
- Read a setup guide
- Install
appium_console
gem uninstall appium_lib gem uninstall appium_console gem install appium_console
- Run
- The
arc
command starts Appium Ruby Console.-
arc help
prints a description of all available commands -
arc version
prints the current version of appium console and appium lib. -
arc setup android
createsappium.txt
for android in the current working dir. -
arc setup ios
createsappium.txt
for ios in the current working dir. -
arc toml FILE
starts arc with toml FILE path
-
- The
Documentation
Changelog
- 4.0.0
- Drop Ruby 2.7 support
- 3.0.0
- Update ruby_lib version to v12