Inspect & automate hybrid mobile apps (Android & IOS)
In this post we will see how to inspect and automate hybrid mobile applications for Android and IOS. Handling Android…
In this post we will see how to inspect and automate hybrid mobile applications for Android and IOS. Handling Android…
WebdriverIO is an advanced automation framework for web and mobile application. It’s basically a wrapper on top of selenium (WebDriver…
Starting from appium 2.x, appium decoupled appium drivers from it’s base installation. Now users need to install appium drivers individually…
To setup ios simulator for Appium, you need to have MacOS system and xcode. Download xcode Download from here xcode…
With the introduction of appium server 2.x, we have to run the appium server either by code or as CLI…
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…