Run test cases on Multiple Mobiles using Selenium Grid with Appium N B 4/19/2020 05:38:00 pm 0 Run CMD cd C:\Users\NEERAJ\Desktop\adt-bundle-windows-x86_64-20140321 java -jar selenium-server-standalone-2.42.1.jar -role hub ... Read more »
Running Appium on AWS Device Farm N B 6/16/2019 10:39:00 pm 0 For Setting up The Appium Script on AWS device Farm we need lot of Plugins to Setup on Pom.xml Example below Plugins are required W... Read more »
Mirror Android Screen on PC for Appium Test Execution N B 2/12/2018 10:43:00 pm 0 Download the App 'Vysor' Install on PC Connect two devices In cmd type below command adb devices See List of Devices Now... Read more »
How to Setup Appium on Windows N B 2/11/2018 04:13:00 pm 0 Go to Site http://appium.io/ Download Appium for Windows Install Node JS https://nodejs.org/download/release/latest/ Update the APIs ... Read more »
How to Scroll in Appium (Vertically, Horizontal, Scroll By Text) N B 2/06/2018 04:42:00 pm 2 To Scroll Vertically in Appium driver. swipe (100,500,100,100, 3000);// Here start x, start y, end x, end y, time //Revise swipe ... Read more »
Drag and Drop Element in Appium N B 2/06/2018 04:40:00 pm 0 To drag and Drop Element in Appium WebElement ele1 = driver.findElementById("rec_card_image"); WebElement ele2 = driver.find... Read more »
How to Connect Device on Wifi in Appium N B 2/06/2018 04:36:00 pm 0 To Connect Device on Wifi in Appium 1.)Connect Device using USB Cable 2.)In CMD type below command C:\Windows\system32>adb devices L... Read more »