Search code examples
seleniumwebdriverappiumselendroid

You dont have to recompile app-means?


Appium documentation says-"You don't have to recompile your app or modify it in any way in order to automate it." What does it mean actually.. Can anybody please explain?


Solution

  • It means you don't need to implement a thing in the application code. While other frameworks need you to implement some stuff inside your code. Basically, no need to open the project in xcode, just use the .app file to automate the application using appium.