Questions tagged [appium-android]

An open-source test automation tool for use with native and hybrid mobile apps

Appium is an open source test automation tool used for automating native,web and hybrid mobile applications. It drives iOS and Android apps using the WebDriver JSON wire protocol.

As per Appium 1.6.0 release, Windows desktop application testing joins the functionality list.

It provided a very helpful functionality for locating the elements. This is provided by Appium Inspector.

Please read the documentation and tutorials.

For additional help, please use the following resources:

  • Discourse Discussion Group
  • Appium Chat
  • Documentation
1351 questions
-1
votes
1 answer

crash by scrolling of the page

I have a problem with scrolling in mobile Native App, I am using : Java as language Java Client 1.7.0 appium node 1.13.0 OS version Android AND Appium Driver and trying to scroll after enter the page "Profile", but some How the app crashes. I am…
AKADO
  • 481
  • 1
  • 11
  • 19
-1
votes
2 answers

no response when execute adb shell on emulator on java

I use Appium to do the android automation testing with Java, when I run the command cmd.exe /c adb shell getprop ro.build.version.release in Java, the test script is hanging. Env: Appium: 1.8, Android Emulator: android 8, Platform: Windows 7, Here…
Blues
  • 22
  • 6
-1
votes
1 answer

How to get the last element of a horizontal bar in Appium-Java?

I'm new to appium and I'm just stuck at this particular place for so long and none of the solutions are working for me anymore.Even a slightest nudge at the right direction will be really appreciated. I'm trying to automate an app which looks like…
lionxlamb
  • 391
  • 5
  • 14
-1
votes
1 answer

Appium different caps for different test

I'm using Python Behave BDD tests. I have written multiple tests and only one test requires fullReset set to false, noReset set to true and different appWaitActivity than other tests. Is there some way to make in the device.py file for the test to…
-1
votes
1 answer

Using protractor + appium run android app test

I have configured all setup required for protractor + appium this here is my conf.js file exports.config = { seleniumAddress: 'http://localhost:4723/wd/hub', specs: ['first.js'], // Reference:…
Rao
  • 397
  • 1
  • 12
-1
votes
1 answer

Appium Android failed adb pm pull command

I am using Appium Desktop client 1.7.1 with server 1.9.1 and eclipse to run the test script on both Windows and MacOS. I using Java to write my test script and the project with maven, junit 4.12 and appium java-client 6.0.1 I using Android Studio…
Chiman
  • 163
  • 2
  • 4
  • 11
-1
votes
1 answer

Testing React Native Application with Appium

I am working with a production APK of my customer, and I'm trying through Appium inspector to get interface elements to be able to find it in my JUnit test. There is some way to inspect those elements? Thank you For privacy reasons, I have hidden…
Santi
  • 130
  • 1
  • 6
-1
votes
1 answer

unable application to launch appium python

$ adb shell $ dumpsys window windows | grep -E 'mCurrentFocus' packages & activity is -- mCurrentFocus=Window{120f4c3 u0 in.amazon.mShop.android.shopping/com.amazon.mShop.sso.SigninPromptActivity} Package --…
Shibu
  • 9
  • 1
  • 7
-1
votes
2 answers

What is the recommended build of hybrid should I use in APPIUM testing?

I create a hybrid app using apache cordova and I want to run some test using APPIUM (pytest). Can I use the app build or the debug build for testing? I really don't know what is the effect if I use the two different builds. Thank you!
-1
votes
1 answer

how to achieve re usability of method in TestNG

package com.testng.learn; import java.net.MalformedURLException; import java.net.URL; import org.openqa.selenium.remote.DesiredCapabilities; import org.testng.annotations.BeforeTest; import org.testng.annotations.DataProvider; import…
-1
votes
1 answer

can we read pdf file available on the mobile device using appium android

I want to validate the text written in the pdf file for that first i thing i need to read the data from the pdf file is there is any way to do that note: File is available in the mobile device
Love
  • 125
  • 2
  • 13
-1
votes
3 answers

How to locate a button with a dynamicID

I am automating an Android app using Appium where we need to click a button with a dynamic ID. Either the button has ID "PROFILEBUTTON" or ID "PROFILEMAILBUTTON". Apart from co-ordinates, what else can be used to automate clicking this button?
sandy
  • 117
  • 1
  • 12
-1
votes
1 answer

How to get my automated code to connect with Appium

I am using a Linux/Ubuntu and trying to create an automated test case that logs the user in and logs out. However I just got my environment set up, and I know Appium doesn't have a GUI, and must be ran through the terminal. But my question is how do…
-1
votes
1 answer

Before opening android app through appium, getting notification regarding 'Block installation'. How to reslove?

Before opening android app through appium, getting notification regarding 'Block installation'. How to resolve? After display this notification, appium opens app but getting error: NullPointerException Image link
-1
votes
1 answer

Unable to install appium on Ubuntu

I am trying to install appium on ubuntu but it is showning following error. Please help. npm WARN checkPermissions Missing write access to /usr/local/lib/node_modules npm ERR! path /usr/local/lib/node_modules npm ERR! code EACCES npm ERR! errno…
Anubhav Jain
  • 55
  • 11
1 2 3
89
90