Home » appium-tutorial

Category Archives: appium-tutorial

Newly Updated Posts

Related Topics

Automating Hybrid Apps with Appium

Previous Topic, In the tutorial we are going to learn Automating Hybrid Apps with Appium. Before going further lets understand with is Hybrid Apps. What are Hybrid App? Hybrid apps are the apps that are coded in same technology as web application and mobile web application and pushed in a native container on mobile device. […]

Continue Reading →

Mobile WebApplication Automation with Appium

Prevoius Topic, We are going to learn to perform Mobile WebApplication Automation with Appium, in this tutorial, but before we start let understand about WebApplication Automation. What is WebApplication Automation in Mobile? Web Application are the browser specific application, which are hosted in web with specific address or domain name. When we open the browser […]

Continue Reading →

Appium Zoom with Multi TouchAction in Android

Previous Topic, This tutorial we are going to learn Appium Zoom with MultiTouchAction in Android. Before going further lets understand Zoom in appium. What is Zoom Action in Mobile Device? Zoom action is an event to maximize and minimize the window for any image, web page etc so that it is more visible and clear […]

Continue Reading →

Drag And Drop Action using Appium

Previous Topic, We are going to learn Drag And Drop Action using Appium in this tutorial using Touch Action. What is Drag And Drop Action? Drag And Drop are the two action that are performed simultaneously for moving the element from one place to another specific or defined place. During the drag and drop event, […]

Continue Reading →

Vertical And Horizontal swipe/scroll in Appium

Previous Topic, We are going to learn the Vertical And Horizontal swipe/scroll in Appium in this tutorial. So lets start. What is Swipe/Scroll in mobile device? Swipe/Scroll is a touch Action which is performed in mobile device to move the mobile screen from top to bottom or bottom to top , so that the user […]

Continue Reading →

TouchAction : Tap And longPress in Appium

Previous Topic, In this tutorial we will learn touch Action commands like “TouchAction : Tap And longpress in Appium“ How to perform TouchAction : Tap And longpress in Appium? In Appium client library, Touch Action is a class which extends Object class and implements PerformsAction Interface. Touch action class has multiple events to perfrom actions […]

Continue Reading →

How to Use UISelector in Appium

Previous Topic, In this tutorial we are going to learn How to Use UISelector in Appium. UISelector is a class which implements the object class and provides different public method to locate or identify elements with different attribute or property values. Note: In this tutorial we will discuss few of the most frequently used method […]

Continue Reading →

FindElement & FindElements Command in Appium

Previou Topic, In this tutorial we will learn how to FindElement & FindElements Command in Appium. If we wish to interact the elements with in mobile device, the first step is to interact with elements, Android driver instance provides the method “FindElement” and “FindElements” to locate the elements in mobile application. How to implement FindElement […]

Continue Reading →

Inspect Element Using Appium Inspector

Previous Topic, In this tutorial session we are going to learn how to Inspect Element Using Appium Inspector. How to Inspect Element Using Appium Inspector? To inspect element by Appium Inspector, we need to first connect our mobile device with our local system and follow the below steps: Step1) Open the Appium desktop client application. […]

Continue Reading →

Appium Mobile Device Commands

Previous Topic, In this tutorial we will learn Appium Mobile Device Commands and its syntex under Android driver. What are Appium Mobile Device Commands? Those commands which are written under the script for handling the android device features like keyboard handling, orientation etc are referred to as Appium Device Commands. Lets discuss the commands in […]

Continue Reading →