{"id":13610191,"url":"https://github.com/appium/WebDriverAgent","last_synced_at":"2025-04-12T22:33:09.460Z","repository":{"id":37359359,"uuid":"84954452","full_name":"appium/WebDriverAgent","owner":"appium","description":"A WebDriver server for iOS and tvOS","archived":false,"fork":true,"pushed_at":"2024-05-17T17:06:03.000Z","size":18787,"stargazers_count":1106,"open_issues_count":21,"forks_count":353,"subscribers_count":52,"default_branch":"master","last_synced_at":"2024-05-18T17:59:12.663Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"","language":"Objective-C","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":"facebookarchive/WebDriverAgent","license":"other","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/appium.png","metadata":{"files":{"readme":"README.md","changelog":"CHANGELOG.md","contributing":"CONTRIBUTING.md","funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null}},"created_at":"2017-03-14T13:50:31.000Z","updated_at":"2024-05-18T17:06:32.000Z","dependencies_parsed_at":null,"dependency_job_id":"f6e03e98-6524-47a0-b073-3dc586cd812b","html_url":"https://github.com/appium/WebDriverAgent","commit_stats":{"total_commits":1486,"total_committers":84,"mean_commits":17.69047619047619,"dds":0.6823687752355316,"last_synced_commit":"eb8c5e4f45092548781c6917c70b46856301d1b4"},"previous_names":[],"tags_count":319,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/appium%2FWebDriverAgent","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/appium%2FWebDriverAgent/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/appium%2FWebDriverAgent/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/appium%2FWebDriverAgent/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/appium","download_url":"https://codeload.github.com/appium/WebDriverAgent/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":223478766,"owners_count":17151891,"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","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":[],"created_at":"2024-08-01T19:01:42.285Z","updated_at":"2024-11-07T16:30:47.739Z","avatar_url":"https://github.com/appium.png","language":"Objective-C","funding_links":[],"categories":["Objective-C","HarmonyOS"],"sub_categories":["Windows Manager"],"readme":"# WebDriverAgent\n\n[![NPM version](http://img.shields.io/npm/v/appium-webdriveragent.svg)](https://npmjs.org/package/appium-webdriveragent)\n[![Downloads](http://img.shields.io/npm/dm/appium-webdriveragent.svg)](https://npmjs.org/package/appium-webdriveragent)\n\n[![Release](https://github.com/appium/WebDriverAgent/actions/workflows/publish.js.yml/badge.svg)](https://github.com/appium/WebDriverAgent/actions/workflows/publish.js.yml)\n\n[![GitHub license](https://img.shields.io/badge/license-BSD-lightgrey.svg)](LICENSE)\n\nWebDriverAgent is a [WebDriver server](https://w3c.github.io/webdriver/webdriver-spec.html) implementation for iOS that can be used to remote control iOS devices. It allows you to launch \u0026 kill applications, tap \u0026 scroll views or confirm view presence on a screen. This makes it a perfect tool for application end-to-end testing or general purpose device automation. It works by linking `XCTest.framework` and calling Apple's API to execute commands directly on a device. WebDriverAgent is developed for end-to-end testing and is successfully adopted by [Appium](http://appium.io) via [XCUITest driver](https://github.com/appium/appium-xcuitest-driver).\n\n## Features\n * Both iOS and tvOS platforms are supported with devices \u0026 simulators\n * Implements most of [WebDriver Spec](https://w3c.github.io/webdriver/webdriver-spec.html)\n * Implements part of [Mobile JSON Wire Protocol Spec](https://github.com/SeleniumHQ/mobile-spec/blob/master/spec-draft.md)\n * USB support for devices is implemented via [appium-ios-device](https://github.com/appium/appium-ios-device) library and has zero dependencies on third-party tools.\n * Easy development cycle as it can be launched \u0026 debugged directly via Xcode\n * Use [Mac2Driver](https://github.com/appium/appium-mac2-driver) to automate macOS apps\n\n## Getting Started On This Repository\n\nYou need to have Node.js installed for this project.\n\nAfter it is finished you can simply open `WebDriverAgent.xcodeproj` and start `WebDriverAgentRunner` test\nand start sending [requests](https://github.com/facebook/WebDriverAgent/wiki/Queries).\n\nMore about how to start WebDriverAgent [here](https://github.com/facebook/WebDriverAgent/wiki/Starting-WebDriverAgent).\n\n## Known Issues\nIf you are having some issues please checkout [wiki](https://github.com/facebook/WebDriverAgent/wiki/Common-Issues) first.\n\n## For Contributors\nIf you want to help us out, you are more than welcome to. However please make sure you have followed the guidelines in [CONTRIBUTING](CONTRIBUTING.md).\n\n## Creating Bundles\n\n`npm run bundle`\n\nThen, you find `WebDriverAgentRunner-Runner-sim-\u003cversion\u003e.zip`  for iOS and `WebDriverAgentRunner-Runner-tv_sim-\u003cversion\u003e.zip` for tvOS files in the current directory.\n\n## License\n\n[`WebDriverAgent` is BSD-licensed](LICENSE). We also provide an additional [patent grant](PATENTS).\n\n## Third Party Sources\n\nWebDriverAgent depends on the following third-party frameworks:\n- [CocoaHTTPServer](https://github.com/robbiehanson/CocoaHTTPServer)\n- [RoutingHTTPServer](https://github.com/mattstevens/RoutingHTTPServer)\n\nThese projects haven't been maintained in a while. That's why the source code of these\nprojects has been integrated directly in the WebDriverAgent source tree.\n\nYou can find the source files and their licenses in the `WebDriverAgentLib/Vendor` directory.\n\nHave fun!\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fappium%2FWebDriverAgent","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fappium%2FWebDriverAgent","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fappium%2FWebDriverAgent/lists"}