Skip to content Skip to sidebar Skip to footer
Showing posts with the label Appium

Appium Startactivity() Function

I am new to Appium, In my code I have given required desired capabilities and wrote one test case t… Read more Appium Startactivity() Function

Native Browser Automation Using Appium 1.2.0.1 On Windows 7 Android Real Device: Could Not Find A Connected Android Device

I have looked many forums for this issue, there are quite a few answers on this topic but none of t… Read more Native Browser Automation Using Appium 1.2.0.1 On Windows 7 Android Real Device: Could Not Find A Connected Android Device

Unlock Android Mobile With Pin Code Programmatically Selenium Mobile Automation

I have a task that I need to write Android mobile test automation using Appium and selenium in Java… Read more Unlock Android Mobile With Pin Code Programmatically Selenium Mobile Automation

Appium + Android + Webdriver Findelement() : Cannot Find Element After Sendkeys()?

I have a simulated Android device and Appium. My test successfully launches the right Activity and … Read more Appium + Android + Webdriver Findelement() : Cannot Find Element After Sendkeys()?

How To Handle Toast Generate In Android Device While Automating An App Using Appium?

I am trying to automate an android app using Appium and Webdriver. When i give invalid credentials … Read more How To Handle Toast Generate In Android Device While Automating An App Using Appium?

How To Make Sure The Appium Node Is Connected To Only One Phone?

I run (all on one machine) multiple appium servers connected as nodes to a selenium-grid hub and I … Read more How To Make Sure The Appium Node Is Connected To Only One Phone?

Parallel Test With Appium & Selenium Grid

I'm trying to run parallel test on 2 devices using appium & selenium grid but for some reas… Read more Parallel Test With Appium & Selenium Grid

Appium Automation: Getting Error - Org.openqa.selenium.webdriverexception: Unable To Parse Remote Response: Parameters Were Incorrect

I am trying to do appium android automation using Java. Below is the code: public class Main { App… Read more Appium Automation: Getting Error - Org.openqa.selenium.webdriverexception: Unable To Parse Remote Response: Parameters Were Incorrect

Java & Appium: Unable To Click Element

In the Android app that I am testing, I am trying to click/tap the time picker. For example by defa… Read more Java & Appium: Unable To Click Element

Getting Error Of Connectivity In Appium Server

info: [37m-->[39m [37mPOST[39m [37m/wd/hub/session[39m [90m{'desiredCapabilities':{'… Read more Getting Error Of Connectivity In Appium Server

Not Able To Start Appium Session

I am not able to start the session can you help. I have done the following steps: Started a Appium… Read more Not Able To Start Appium Session

How To Create Xpath With The Help Of Uiautomator For Android App?

How to create Xpath with the help of UIAutomator for android App? Link to any guide would be very … Read more How To Create Xpath With The Help Of Uiautomator For Android App?

Apk Does Not Have Internet Permissions. Selendroid Needs Internet Permission To Proceed

I am using android 4.1.2 whose APK level is 16. This is my python code: def setUp(self): … Read more Apk Does Not Have Internet Permissions. Selendroid Needs Internet Permission To Proceed

Running Android Emulator Hyper-v Based On A Azure Vm Windows Server 2016

Our goal is to run UI tests with Appium on our CI build. But it seems that running the Android emul… Read more Running Android Emulator Hyper-v Based On A Azure Vm Windows Server 2016

Appium - Create Session - Error: Either Jsonwp Or W3c Capabilities Should Be Provided

I am unable to get Appium to start an Android session and did not find anything related to the erro… Read more Appium - Create Session - Error: Either Jsonwp Or W3c Capabilities Should Be Provided

Appium Server Is Shut Down Because No New Commands Came In

I am using Appium for Android native app automation on windows machine. All my scenarios are doing … Read more Appium Server Is Shut Down Because No New Commands Came In

Testng : Test Case Is Ignored

I am using TestNG framework for writing test cases for my Android application. For which I am using… Read more Testng : Test Case Is Ignored

Appium Throws "chrome Not Reachable" Sporadically When Switch A Context

I'm using appium 1.4.16 and smartphone with Android 6. Running this code: public boolea… Read more Appium Throws "chrome Not Reachable" Sporadically When Switch A Context

How To Confirm A Numberpicker After Sending Data With Appium

I write test automation for Android Native app. And I want to enter/send value to a NumberPicker, m… Read more How To Confirm A Numberpicker After Sending Data With Appium

How To Use Appium With Android Studio?

I'm trying to use Appium with Android Studio. My search on google doesn't helped much out! … Read more How To Use Appium With Android Studio?