Skip to content

xcxcxc/WebDriverAgent

 
 

Repository files navigation

WebDriverAgent GitHub license Build Status Carthage compatible Greenkeeper badge

WebDriverAgent is a WebDriver server implementation for iOS that can be used to remote control iOS devices. It allows you to launch & kill applications, tap & 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 via XCUITest driver.

Features

  • Both iOS and tvOS platforms are supported with device & simulator
  • Implements most of WebDriver Spec
  • Implements part of Mobile JSON Wire Protocol Spec
  • USB support for devices
  • Easy development cycle as it can be launched & debugged directly via Xcode
  • Unsupported yet, but works with OSX

Getting Started On This Repository

To get the project set up just run bootstrap script:

./Scripts/bootstrap.sh

It will:

After it is finished you can simply open WebDriverAgent.xcodeproj and start WebDriverAgentRunner test and start sending requests.

More about how to start WebDriverAgent here.

Known Issues

If you are having some issues please checkout wiki first.

For Contributors

If you want to help us out, you are more than welcome to. However please make sure you have followed the guidelines in CONTRIBUTING.

License

WebDriverAgent is BSD-licensed. We also provide an additional patent grant.

Have fun!

About

A WebDriver server for iOS that runs inside the Simulator.

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Objective-C 89.0%
  • JavaScript 8.8%
  • C 1.2%
  • Other 1.0%