{"id":16884945,"url":"https://github.com/vbanthia-zz/appium_driver_ruby","last_synced_at":"2025-07-30T02:08:44.792Z","repository":{"id":86451338,"uuid":"104464465","full_name":"vbanthia-zz/appium_driver_ruby","owner":"vbanthia-zz","description":"Appium Ruby Client (Work In Progress)","archived":false,"fork":false,"pushed_at":"2017-09-22T11:05:34.000Z","size":838,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-03-20T05:43:31.772Z","etag":null,"topics":["appium","ruby"],"latest_commit_sha":null,"homepage":"","language":"Ruby","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/vbanthia-zz.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2017-09-22T10:54:03.000Z","updated_at":"2017-09-22T11:05:53.000Z","dependencies_parsed_at":"2023-07-13T18:30:25.327Z","dependency_job_id":null,"html_url":"https://github.com/vbanthia-zz/appium_driver_ruby","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/vbanthia-zz/appium_driver_ruby","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/vbanthia-zz%2Fappium_driver_ruby","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/vbanthia-zz%2Fappium_driver_ruby/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/vbanthia-zz%2Fappium_driver_ruby/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/vbanthia-zz%2Fappium_driver_ruby/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/vbanthia-zz","download_url":"https://codeload.github.com/vbanthia-zz/appium_driver_ruby/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/vbanthia-zz%2Fappium_driver_ruby/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":267797534,"owners_count":24145705,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","status":"online","status_checked_at":"2025-07-30T02:00:09.044Z","response_time":70,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["appium","ruby"],"created_at":"2024-10-13T16:32:32.820Z","updated_at":"2025-07-30T02:08:44.734Z","avatar_url":"https://github.com/vbanthia-zz.png","language":"Ruby","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Appium::Driver (Work In Progress)\n\n## Installation\n\n```sh\ngit clone git@github.com:vbanthia/appium_driver_ruby.git\nbundle install\n\n# Install appium\nnpm install\n```\n\n## Run appium server\n\n```sh\n./node_modules/.bin/appium --session-override\n```\n\n## Usages\n```rb\nrequire 'appium_driver'\n\napp_path = File.join(File.expand_path(File.dirname(__FILE__)), 'debug','test_app.apk')\n\ncaps = {\n  app: app_path,\n  deviceName: 'Android',\n  newCommandTimeout: 999999\n}\n\ndriver = Appium::Driver.for(:uiautomator2, desired_capabilities: caps)\n\n## Playing with test_app\ndriver.find_element(:id, 'inputFieldLeft').send_keys('10')\ndriver.find_element(:id, 'inputFieldRight').send_keys('15')\ndriver.find_element(:id, 'additionButton').click\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fvbanthia-zz%2Fappium_driver_ruby","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fvbanthia-zz%2Fappium_driver_ruby","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fvbanthia-zz%2Fappium_driver_ruby/lists"}