0.08
A long-lived project that still receives updates
Appium Ruby Console.
2005
2006
2007
2008
2009
2010
2011
2012
2013
2014
2015
2016
2017
2018
2019
2020
2021
2022
2023
2024
 Dependencies

Development

~> 1.0, >= 1.0.1
~> 0.3.11
~> 13.0
= 1.60.2

Runtime

>= 14.0.0
~> 0.14.0
~> 5.3, >= 5.3.1
>= 0.19, < 2.0
 Project Readme

Downloads

Appium Ruby Console

How to use

  1. Setup Appium
  2. Install appium_console
    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

Changelog

  • 4.0.0
    • Drop Ruby 2.7 support
  • 3.0.0
    • Update ruby_lib version to v12