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

Questions tagged [appium]

Appium is an open source test automation framework for use with native, hybrid and mobile web apps. It drives iOS and Android apps using the WebDriver protocol.

-1 votes
0 answers
8 views

Getting "org.openqa.selenium.UnsupportedCommandException: This API is not supported anymore " This error while running my test case

org.openqa.selenium.UnsupportedCommandException: This API is not supported anymore. See https://github.com/appium/appium/issues/15807 Build info: version: '4.7.0', revision: '0a5b49d16f' System info: ...
user58982's user avatar
0 votes
0 answers
35 views

Only one test running when selenium tests run in parallel using local thread

We are automating an application which support desktop and mobile browser, so we choose selenium, appium, java client, testNG. to reduce execution we implemented parallel test execution using TestNG ...
surya kumar's user avatar
0 votes
0 answers
19 views

Appium2 + iOS app : How to read system pop-up title, description and accept/dismiss button's text?

Background : I am trying to handle system pop-up on iOS iPhone 15 using MacOS with M1. Problem : Previously using appium 1.x I was able to read, assert, handle system pop-up't title, description, ...
Narendra Chandratre's user avatar
0 votes
0 answers
20 views

Regarding Google Playstore Automation

I have this project where I have to automate the Play Store using Java and Appium. Problem: The problem I am facing is, that it seems like the buttons in the Play Store are changing their id's ...
Python Samurai's user avatar
0 votes
0 answers
58 views

Appium Android: How to click on Spannable Text?

just posting the same question posted on Stackoverflow: https://stackoverflow.com/questions/77614973/appium-android-how-to-click-on-spannable-text I have a screen that contains a TextView, the text ...
Mina Wissa's user avatar
0 votes
0 answers
29 views

Issue when trying to switch with _driver.Context = "WEBVIEW_chrome" statement, using appium/selenium in c#

Open the app and do some actions using appiumdriver. Reinstating the driver to use WebView_Chrome with : string chromedriverPath = "C:\...\bin\Debug\net6.0\chromedriver.exe"; var ...
satV's user avatar
  • 1
0 votes
1 answer
36 views

Can Appium be used for web testing on a Mac with PyCharm?

I wanted to automate my project, which has three parts: Web testing Ipad app Ios App I have started with the web testing, by following all the steps on appium.io and installed Appium Server, Appium-...
Ankush's user avatar
  • 1
0 votes
0 answers
28 views

Seeking Suggestions for Automating a Smart TV App in a CI/CD Pipeline with Broad Device Coverage

We have a client who wishes to automate their Smart TV app within a CI/CD pipeline and aims to cover as many devices as possible. Currently, I am the sole QA on this project and am exploring setup ...
Kate Velasquez's user avatar
0 votes
0 answers
42 views

Is it possible to use Appium to automate an iOS application on a Windows machine?

I need to automate an iOS application with Appium, C# on a Windows PC using SauceLab. I can utilize any real-time device or emulator that is linked to saucelab. I only have a Windows computer here. Is ...
Aman Khan's user avatar
0 votes
1 answer
28 views

Appium version issue

I am confused to see what Appium version is installed on my machine. If I look into Appium UI it shows Appium v1.22.3 but When I check from cmd it shows 2.0.0-beta.71. how do I know which one is ...
Jahanzaib.Khan's user avatar
0 votes
1 answer
398 views

Activating plugin on Appium Server2.0

I'm running Appium Server 2, and some plugins show up as active, but some don't. I would like to enable the element-wait plugin, how do I do that?
Luciano Gonçalves's user avatar
0 votes
1 answer
586 views

How to reset app between tests in WDIO?

I'm currently trying to get WebDriverIO working with Appium and Mocha (BDD) towards an Android device. Previously when I've worked with Mocha the behavior has been that testcases are isolated from ...
Rejected-Potato-27's user avatar
0 votes
1 answer
173 views

Py + iOS + FFMPEG(libx264) "height not divisible by 2" & "while opening encoder - maybe incorrect parameters such as bit_rate, rate, width or height"

Background : I have automated test suite in which I am trying to record video [for failed tests]on iOS using MacOS with M1 Its working as expected on local and observing failures while running tests ...
Narendra Chandratre's user avatar
2 votes
0 answers
2k views

Differences between Resource ID, TestID, Element ID, ID, and Accessibility ID?

This info is so scattered across some of my searching. However, I'd like to get the community's knowledge on this. Especially for the purposes of locating elements in code (Appium, testing Android app,...
ackmondual's user avatar
-1 votes
1 answer
40 views

To enhance my android automation skills which apps will provide different types of element to practice? [closed]

To enhance my android automation skills which apps will provide different types of element to practice with Appium test automation? Most of the apps I download, need google authentication or OTP ...
ChathuD's user avatar
  • 2,147

15 30 50 per page
1
2 3 4 5
22