Skip to content

Selenium Tutorial

Way to learn Automation

  • Home
  • Selenium Questions
  • Selenium
  • Appium
  • Selenium Videos
  • Sikuli Tool
  • TestNg

Appium

Appium 

How to Find appActivity and appPackage for Android App?

0 Comments

appActivity & appPackage are required to launch a Mobile App on Android device. In Selenium, we use URL to launch

Read more
Appium 

Enable USB Debugging on Android Device

0 Comments

We need to enable USB debugging mode on android real device in order to executed Appium script on it. Basically,

Read more
Appium 

Download and Install Tools Required to Run Appium Script on Android Device

0 Comments

Steps to be followed : 1. Download and install latest JDK (JAVA Development Kit). 2. Download and install Android SDK.

Read more
Appium 

Download and Install Appium on MAC OS via Terminal

0 Comments

Before Installing Appium, first you have to install Home Brew software. Home Brew Installation Home Brew is a open source

Read more
Appium 

How to Fix “Bash Command not Found” Issue in MAC OS

0 Comments

If you are getting Bash command not found issue while executing any command in terminal. It means that the path

Read more
Appium 

Set ANDROID_HOME Environment Variable in MAC OS

0 Comments

Follow steps mentioned below : 1. Open Terminal and type following command : 2. If you have .bash_profile in computer

Read more
Appium 

Start Appium Server from command line

0 Comments

Yes, we can also download and install and even Start/Stop Appium Server from Command line. Just follow below steps :

Read more
Appium 

Create Appium script for Android Mobile App

0 Comments

In this tutorial, we are going to create our first Appium script for Android App. In our previous posts, we

Read more
Appium 

Create Appium Script for Android Real Device’s Chrome Browser

In this post, we are going to create our first Appium script for Android’s chrome browser. In our previous post, we have covered

Read more

Recent Posts

  • How to Find appActivity and appPackage for Android App?
  • Handle Multiple Windows using Selenium WebDriver
  • Upload File using Selenium & AutoIt
  • Read data from Property File in Selenium Script using JAVA
  • File Upload using JavaScript & Selenium
Copyright © 2021 Selenium Tutorial. All rights reserved.
Website Designed & Developed by : Tarun Puri