https://github.com/appium/ruby_console
:gift: Appium Ruby Console
https://github.com/appium/ruby_console
Last synced: about 1 year ago
JSON representation
:gift: Appium Ruby Console
- Host: GitHub
- URL: https://github.com/appium/ruby_console
- Owner: appium
- Created: 2013-02-10T20:06:51.000Z (over 13 years ago)
- Default Branch: master
- Last Pushed: 2025-06-05T05:23:19.000Z (about 1 year ago)
- Last Synced: 2025-06-05T07:39:17.806Z (about 1 year ago)
- Language: Ruby
- Homepage:
- Size: 882 KB
- Stars: 47
- Watchers: 14
- Forks: 34
- Open Issues: 4
-
Metadata Files:
- Readme: readme.md
- License: LICENSE-2.0.txt
Awesome Lists containing this project
README
[](https://rubygems.org/gems/appium_console)
# Appium Ruby Console
- [appium_console on RubyGems](https://rubygems.org/gems/appium_console)
## How to use
1. Setup Appium
- Read [a setup guide](http://appium.io/docs/en/about-appium/getting-started/?lang=en)
2. Install `appium_console`
```bash
gem uninstall appium_lib
gem uninstall appium_console
gem install appium_console
```
3. 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` creates `appium.txt` for android in the current working dir.
- `arc setup ios` creates `appium.txt` for ios in the current working dir.
- `arc toml FILE` starts arc with toml FILE path
## Documentation
- [ruby_lib](https://github.com/appium/ruby_lib)
## Changelog
- 4.0.0
- Drop Ruby 2.7 support
- 3.0.0
- Update ruby_lib version to v12