Skip to content

2. Connecting Using Web Driver Agent (WDA)

Jon Gabilondo edited this page Jan 30, 2020 · 2 revisions

Organismo can use the WebDriverAgent to communicate with the Device and operate on the UI. The WDA is an original project by Facebook based on XCUITest. To know more about this project you can access their page:

https://github.com/facebook/WebDriverAgent

UPDATE: Facebook has dropped the project, use Appium's WebDriverAgent.

Appium has a fork of the project with extended capabilities and it is the one recommended to use with Organismo.

https://github.com/appium/WebDriverAgent

Follow this guide to run the WebDriverAgent on your Device:

https://github.com/facebook/WebDriverAgent/wiki/Starting-WebDriverAgent

Once running, a REST server is created by the WDA on the Device at port 8100. You can then connect Organismo-Desktop to the Device at port 8100 and start exploring.

Clone this wiki locally