Skip to main content
The 2024 Developer Survey results are live! See the results

Questions tagged [appium]

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

0 votes
0 answers
12 views

Trying to get values from a spinner on Appium Inspector

Im trying to get a value from this spinner but I cant select it using Appium Inspector, but it only selects the thing below the item: Appium Inpector with the spinner not selected List opened, and the ...
Vitor Ferreira's user avatar
-1 votes
0 answers
17 views

How to automate hybrid (native + flutter) app using appium?

We have a hybrid app i.e. it has both Native and Flutter components. We have been thinking of automating it but we are not very sure which tool is best suited for this. Can anyone help suggest tool ...
aks's user avatar
  • 1
0 votes
0 answers
13 views

Ruby/Appium - How do I use the appium_flutter_finder gem for a flutter app?

I have a flutter app that has been configured according to here. I then am instantiating the app with these caps: caps = { platformName: :ios, udid: "C942CC95-20A0-4348-A88C-692811C1F4AF&...
kroe761's user avatar
  • 3,444
2 votes
0 answers
18 views

Flutter App Crashing on iOS with Appium Due to Deallocation Error : -[FlutterPlatformViewSemanticsContainer retain]: message sent to deallocated

I am using Appium for automation testing of our Flutter app. The tests are running fine on Android, but when running the same scripts on iOS, the application crashes, and we receive the following ...
zeel chaudhari's user avatar
0 votes
0 answers
18 views

How to view native UI properties in Appium inspector?

Is there a way to see properties of native UI objects i.e., iOS and Android Views, in Appium? React Native UI elements are visible but UI views created using platform APIs Java and Objective-C and C++ ...
James S's user avatar
  • 988
0 votes
0 answers
11 views

.feature file is not being recognized when trying to execute .feature file with webdriverIO

enter image description here enter image description here Trying to execute npx wdio --spec .\step_definitions\Loginfeature.feature I am able to see the app open but as soon as it does, the app ...
Anup Chakraborty's user avatar
0 votes
0 answers
12 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
0 votes
0 answers
9 views

Upgrade Appium version in was device farm

I need to update the Appium version to 2.6.0 in the was device farm but when I give the 2.6.0 as avm version it's failed to install 2.6.0. it seems like AWS Device Farm can not download the given ...
Eranda Kodagoda's user avatar
0 votes
0 answers
19 views

Unable to start appium session

This is my first post, please be patient if i made any mistakes. I am trying to automate an android app called "Ifs Scan It" from google store. but appium cannot start the app. the desired ...
Sadequr Rahman's user avatar
0 votes
0 answers
16 views

Appium: Android: Unable to Scroll towards the selected accessibility id

Using: driver.findElement(new AppiumBy.ByAndroidUIAutomator("new UiScrollable(new UiSelector().scrollable(true)).scrollIntoView(text(\"See More\"));")); and Getting and Error:  ...
Monkey's user avatar
  • 1
0 votes
0 answers
16 views

Is there any way to get the attribute of the xpath whose index value keeps on changing when the user traverse from one page to another

I am using appium for automating hybrid app and I switched my context to web view to use the attributes to find the x path. In my application when user traverse from one page to another page the ...
s thamaraibharani's user avatar
0 votes
0 answers
18 views

Running selenium or appium tests through browsermob proxy to capture network data with PAC system proxy settings

I am using hybrid automation framework using selenium/appium/rest assured etc, where we follow below steps: launch the chrome browser -> listen to network calls -> get a particular field value ...
user26404417's user avatar
0 votes
0 answers
44 views

Jetpack Compose TextField Not Showing 'text' Property in LambdaTest/Appium Automation Testing

Description: I am working on an Android application that utilizes both XML and Jetpack Compose for its UI components. The application runs correctly during normal use, but I am encountering issues ...
Naman Sharma's user avatar
-1 votes
0 answers
20 views

While doing mobile automation testing I'm getting random error ( no such element found exception) in eclipse. When I run again it will not show error

I'm getting random error while executing the code in eclipse ide for mobile application testing. When I re run it will not show error. Sometimes I will get error next time error will not come.Why?? I'...
Aadil Arshad Shaikh's user avatar
0 votes
0 answers
21 views

Unable to Scroll Properly Using Selenium Script in the mobile device - Appium

I am using the script: Dimension ScreenSize = driver.manage().window().getSize(); // System.out.println(ScreenSize); // Current device size (720, 1465) // //Finding Starting point/mid of the screen ...
Monkey's user avatar
  • 1

15 30 50 per page
1
2 3 4 5
527