Different ways to scroll using Appium [Android & iOS]
Scrolling up or down is one of the important action for any mobile application use. Scenario: some times elements can’t…
Scrolling up or down is one of the important action for any mobile application use. Scenario: some times elements can’t…
In this post we will look into some of the freely available mobile applications (Android and IOS) to practice mobile…
Appium sometimes stuck and not able to run the android tests or not launching the andorid app with error as…
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…