Hi All,
I am working on a POC where we are trying to generate scripts automatically when the user performs action on Mobile devices (Web & Native app on Android & iOS) by connecting it to the system.
We did a similar solution for Desktop web application using JavaFx which captures the actions [click, sendkeys, etc] and the web elements. If the user provides the url and performs the test steps manually once, it will identify the objects and actions and generate selenium scripts accordingly. Now we wanna do the same for Mobile.
Is there any Appium API to do this ??
Please help me out if any one knows how to leverage this.