Android

How to hide mobile Keypad in Appium

How to hide mobile Keypad in Appium

Hello All,In this article, we are going to see the ways to hide mobile keypad in AppiumUse of hide mobile keypad:In automation testing, the keypad frequently pops up and we have to close it manually every time. In order to avoid this, the below syntax is used, so that the process continues without any delay or crash.


Baidu Map in Android

Baidu Map in Android

Hello All, We are going to see about Baidu Map in Android. Baidu Map Introduction: • Google Maps is not accessible in China. In this case Baidu map is used to display locations in China. • Baidu Map provides a lot of methods like Google, to get accurate and more flexible location view.


Appium Installation for Android

Appium Installation for Android

Hello All, We are going to see about Appium Installation for Android.What is Appium?Appium is an open source testing automation tool for mobile applications. It allows you to test the following three types of mobile applications native, hybrid, and web applications.


Recycle View in Android

Recycle View in Android

Hello All, We are going to know something about using Recyclerview in Android. Recyclerview Introduction: • Recyclerview is the most advanced version of list view, used to display collection of data in an efficient way. • Any page which needs a list of items to be displayed consumes more memory/reference to create more number of views and load it in a list