Featured
-
No Featured Found!
Tags
How to remove any application through Appium ?
Appium also provides to remove any application from the device programmatically by just passing the the package name of the application.
Suppose that we have test many applications on the same mobile device and the capacity of the device is not...
How to install application programmatically in Appium ?
There are many times there is a need to install the application programmatically in our testcase. The first thing that we should do before installing the application is to check that whether the desired application is installed in the device or n...