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
4
votes
3 answers

Reading SMS using Appium on Android

I am trying to automated a flow where I can read sms and then parse the SMS to read the OTP and enter it in another webapp. Looked through all forums but couldn't find an answer. I am writing code in java and trying to run a webapp on android device…
vivek
  • 151
  • 1
  • 6
4
votes
3 answers

How can I find elements for native android app on Windows as Windows Appium inspector doesn't work?

I am working on Appium on Windows 7. As Appium Inspector does not work on Windows, what is the alternate way to find elements?
Faisal Iqbal
  • 41
  • 1
  • 2
3
votes
0 answers

Getting Error: Cannot find module 'node:util' when executing the commnd "appium"

C:\Users\win>appium Error: Cannot find module 'node:util' Require…
Shreyansh Jain
  • 498
  • 4
  • 7
3
votes
0 answers

how to set JAVA_HOME enviroment on linux for Appium Doctor using

i currently for using appium, i need to install appium doctor for automation testing. When i run appium doctor in my terminal there was error in line of terminal [] export ANDROID_HOME= $HOME/Android/Sdk export PATH=$PATH:$ANDROID_HOME/tools export…
3
votes
0 answers

Using Appium 5.0.0-beta01 & Selenium 4.0.1-Not able to launch android driver using AppiumLocalService()

I am trying to achieve parallelism in the android automation framework. Can anyone please guide me on how to achieve it, as I am unaware of it and this is my very own attempt. Please suggest how to achieve parallel execution of Test cases in .NET…
3
votes
0 answers

Appium Camera Image Injection

Majority of cloud device farms provide Camera Image Injection feature in both ios and android (with some…
3
votes
1 answer

How To Run Multiple File Feature Automation Testing Using Behave On The Command Terminal

For an example, I have created some feature for automation testing using Behave login_account.feature and choose_product.feature. To run on a single feature, I use this command on the terminal behave -f behave_html_formatter:HTMLFormatter -i…
3
votes
0 answers

Appium - Delete SSO-cookies in Android and iOS apps with Appium

The app I am testing uses a website-based login. So as soon as you click on the login button in the native app a webview opens up where you can enter your credentials. Once done, a single-sign-on cookie is set, the webview closes and the native app…
namarath
  • 121
  • 2
  • 10
3
votes
3 answers

I got ERROR webdriver: Request failed with status 404 due to unknown command

Error message displayed : `ERROR webdriver: Request failed with status 404 due to unknown command: The requested resource could not be found, or a request was received using an HTTP method that is not supported by the mapped resource ERROR…
test mango
  • 31
  • 1
  • 1
  • 3
3
votes
0 answers

How to get Android Context from Appium

Is there a way to retrieve the Android application Context in an Appium project? (Sorry if this is a trivial question, I am very new to Appium) I found this page, however, this is not what I am looking for, what I am looking for it's rather an…
Andy Res
  • 15,963
  • 5
  • 60
  • 96
3
votes
1 answer

Appium for testing mobile app for call and video meeting like Zoom

I have to implement framework for iOS and Android device for testing app like Zoom, where I have to test call and video functionalities are working fine. However, for this I need to play audio and video stream when user is in-meetig, which makes the…
Karim Narsindani
  • 434
  • 3
  • 14
  • 38
3
votes
2 answers

how to set Environment variables for android SDK command line tools

I have tried everything i have seen online to set up my android SDK $ANDROID_HOME and $ANDROID_SDK_ROOT environment variables but I had no luck as my Appium code shows below error each time : Caused by: org.openqa.selenium.WebDriverException: An…
mohamed faisal
  • 177
  • 2
  • 12
3
votes
1 answer

RN Picker.Item doesn't have accessibility label when opened in Appium

I am using React Native picker (@react-native-community/picker) to create picker fields in react native. Now after building the APK, I ran the app in Appium. My aim is to using Appium to select the picker items. For that I need accessibilityId. So,…
Shubham Navale
  • 220
  • 2
  • 13
3
votes
0 answers

How to get NFC status through ADB shell command?

I am automating an app in that I am turning on NFC through shell command:SVC NFC enable Now I need to check it's statuswhether NFC has been turned on or not ? Anyway I can do it through adb shell.
3
votes
0 answers

React Native - Appium Studio shows previous screen components in view heirarchy on Android when navigating to new screen

When using Appium Studio on our React Native project it works fine for an initial screen on a stack. When we navigate to a new screen in the stack the component heirarchy in the object spy shows every component on every previous screen, as well as…
Nickmccomb
  • 1,467
  • 3
  • 19
  • 34