Home » Articles posted by code2test.com (Page 6)

Author Archives: code2test.com

Newly Updated Posts

Related Topics

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 →

Mobile Application Command

In previous topic we have discussed Identify Element Using UIAutomatorViewer, in this topic we will discuss Appium Mobile Application command. What are Mobile Application Commands in Appium? Those commands which helps in riding and controls the mobile application in terms of installation, launch, perform multiple activity etc with in application is refereed to as mobile […]

Continue Reading →

Identify Element Using UIAutomatorViewer

Previous topic, In this tutorial we will learn locate or Identify Element Using UIAutomatorViewer. Let discuss in depth. Why and how to check device connectivity? In initial step, connect your mobile device with local system or computer and check your device connectivity. This can be done by two ways: First way is go to open […]

Continue Reading →

First Appium Test to Launch Flipkart

Previous Topic, In this tutorial we will learn to write our First Appium Test to Launch Flipkart. How to write First Appium Test to Launch Flipkart? Before writing script , we need to launch Appium server first, below are the steps to launch server. Step 1) Open the Appium server. Let keep the host=”0.0.0.0″ and […]

Continue Reading →