-
Notifications
You must be signed in to change notification settings - Fork 9
2. Connecting Using Web Driver Agent (WDA)
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.