Guide to Appium 2 server changes & installation
Appium team has migrated the appium server to 2.x (currently in beta) which involves lot’s of changes in terms of…
Appium team has migrated the appium server to 2.x (currently in beta) which involves lot’s of changes in terms of…
What’s the error – Most of times, if you have setup ios for appium tests, you might get error “Unable…
There are situations where the web applications do not render same on Mobile or tab devices compared to desktop browser,…
Appium Desired Capabilities are keys and values pair, helps Appium driver to run Appium tests on specific device [android or…
https://youtu.be/0TbQ_kriugc Android Simulator Steps – Install Android studio – https://developer.android.com/studio Download components Android Studio > Tools > SDK Manager >…
We will see how to take screenshot of iOS simulator screen using Xcode command-line utility Note : Install xcode from…
There are situations you need to enable and use fingerprint security feature, but let’s say you are using android simulators,…
In IOS, we have UIPickerWheel element which will have options to select, we will see how we can automate the…
If you are using maven project to run selenium or appium tests, find below pom.xml dependencies, you can just change…