- Mar 18, 2018
- admin
- 0
Appium on iOS
On an iOS device, Appium uses Apple’s UIAutomation API to interact with the UI elements.
UIAutomation is a JavaScript library provided by Apple to write test scripts.
Appium utilizes these same libraries to automate iOS apps.
Let’s take a look at the architecture, which is shown in the following diagram:
Read more about Mobile applications testing using Appium