Registry / testing / appium-lib

appium-lib

JSON →
library16.3.0rbrubygemsunverified

Ruby library for Appium, enabling mobile app automation testing.

gem install appium_lib
INSTALL
IMPORT
SIG · APPIUM-LIB
A
appium-lib
testingrubyv16.3.0
harness data pending
Install & Compatibility
Where this runs

No compatibility data collected yet for this library.

Code
Verified usage

Verified import paths — ran on the pinned version, not inferred.

Appium
require 'appium_lib'

Initialize an Appium driver for Android automation.

require 'appium_lib' opts = { caps: { platformName: :android, app: '/path/to/app.apk' } } driver = Appium::Driver.new(opts, true) driver.start_driver
Debug
Known issues
gotchaAppium server must be running before starting the driver.
fix
Start Appium server (e.g., via CLI: appium) before running your test script.
affects: >= 10.0.0
Upgrade
Version history
16.3.0latest on RubyGems
Audit
Dependencies

No dependency data recorded yet.

Agent activity
43 hits · last 30 days
node
38
OpenAI (training)
1
Resources
appium-lib — gem install appium-lib · libregistry