Skip to main content

Questions tagged [appium-android]

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

appium-android
0 votes
0 answers
7 views

Appium fails to find element from video player while content is playing

I'm trying to automate skip video while playing in application. Appium is not able find the elements on the screen while video is playing, it throw No Such Element Exception. Same works, when the ...
nandan s's user avatar
-1 votes
0 answers
13 views

Configuration parameters device and application to connect to Appium for testing

The code snippet I'm using is a simple example to initialize a connection to the Appium Server and interact with an element in an Android application using XPath. Below is a detailed description of ...
Trần Giang Lân's user avatar
-2 votes
0 answers
17 views

For Appium automation testing how to navigate the from home page to other page like event page

https://github.com/appium/java-client/issues/2198 Please give solution for this error i am not getting solution for this error to how to navigate the home page to other page please give solution for ...
Darshan kn's user avatar
0 votes
0 answers
13 views

How run all test cases in single session for appium python

In my script there file that has dependency for example login page but when I run the script it is creating another session I need run first login page -> homepage in this order in single server ...
vanji's user avatar
  • 1
1 vote
1 answer
69 views

Best Practices for Using testTag in Jetpack Compose

I’m currently exploring best practices for UI testing in Compose and noticed the use of testTag for component identification. While I understand its utility for stable UI tests, I'm concerned about ...
Ayush Shrivastava's user avatar
0 votes
0 answers
49 views

Appium UI Test Delays in the Maui Bottom Sheet on Android

I'm experiencing significant performance issues with Appium UI tests when interacting with elements inside the the49 Maui bottom sheet on Android. Normally, finding an element by Id takes less than a ...
Alpay Çalışır's user avatar
0 votes
0 answers
17 views

Issue with clicking Google Ads "Click to Continue" button in Appium + Python

I am currently automating an app using Appium and Python for app automation. Recently, Google ads have started appearing randomly within the app. These ads contain a "Click to Continue" ...
dheeraj surakasula's user avatar
0 votes
0 answers
19 views

Element Fails to find during scrolling in mobile using Appium

driver.findElement( AppiumBy.androidUIAutomator( "new UiScrollable(new UiSelector().scrollable(true)).scrollIntoView(new UiSelector().text(\"Hand Sanitizers, Face Masks and PPE ...
Monkey's user avatar
  • 1
0 votes
0 answers
52 views

I am trying to automate a Flutter app using Flutter Finder, but I am getting "unknown locator" for each and every Flutter element

I am trying to automate flutter app using java and flutter finder but I am getting unknown locator for each and every flutter element. Here I am attaching java code. Please let me know what is the ...
Maheshbabu's user avatar
0 votes
0 answers
24 views

Convert from Appium driver to flutter driver on a flutter based app automated using Appium framework

The test cases takes more time to identify an element when using xpath. Also the xpath of an element will change on every new app builds. It causes may test failures. I want to use flutter driver so ...
Inshad S's user avatar
-1 votes
1 answer
29 views

I've Just begin the learning the Appium to automate the application

I have a accessibility id Suppliers\nTab 2 of 2 and xpath //android.view.View[@content-desc="Suppliers Tab 2 of 2"]. I copy-pasted from Appium Inspector and I am using the accessibility id ...
Monkey's user avatar
  • 1
0 votes
0 answers
28 views

Im getting "socket hang up" error when running Appium test on an Android Emulator via Github Actions

I am trying to run a simple Appium test on on an emulator via Github Actions and I am getting the following error Encountered internal error running command: UnknownError: An unknown server-side error ...
Ghassan Gharzuzy's user avatar
0 votes
1 answer
52 views

Issue -- Message: An unknown server-side error occurred while processing the command. [RESOLVED]: Appium Settings app is not running after 5000ms [duplicate]

[RESOLVED. See below for the answer] I am trying to do a small POC for automating the test cases for a desktop eCommerce website to run on real mobile device(mobileWeb) browser(chrome) using the ...
PraNuta's user avatar
  • 689
0 votes
1 answer
49 views

.net Maui - how to tell Test Explorer use emulated tablet for its tests?

running .net8 and maui, have the emulator working just fine, and it works in debug mode, too. I also have a physical tablet plugged in and that works just fine as well. What I don't know how to do ...
NovaDev's user avatar
  • 2,899
0 votes
0 answers
31 views

I cant connect to my android device via appium inspector

Device is connected to PC, I can check it via ping and ADB devices -l. Appium server running fine. When trying to reach the device via appium inspector I get the following message: 'Failed to create ...
Antho's user avatar
  • 1

15 30 50 per page
1
2 3 4 5
94