7,708 questions
- Bountied 0
- Unanswered
- Frequent
- Score
- Trending
- Week
- Month
- Unanswered (my tags)
0
votes
0
answers
19
views
AssertionError: Burger is not open. class='burger'
Try to start the test locally, no headless mode.
Launching pytest with arguments tests/test_burger_menu.py::test_open_burger_menu --no-header --no-summary -q
Emulator: Pixel 8 ( Android 16.0)
Start ...
-1
votes
0
answers
22
views
How to retrieve the running iOS Simulator UDID for simctl commands?
I'm writing E2E automation tests for an iOS application using WebdriverIO and Appium. My goal is to programmatically toggle the network connection on the iOS Simulator during specific test scenarios (...
Tooling
0
votes
2
replies
51
views
Best way to toggle airplane mode and mobile data on iOS during automation tests
I’m looking for a way to programmatically toggle airplane mode and mobile data on iOS devices during my automation tests.
Tech Stack:
-Automation: WebdriverIO
-Mobile automation: Appium
-Platform: iOS ...
Best practices
0
votes
0
replies
39
views
How to click a map marker by lat/lng coordinates using Appium automation testing?
I'm writing E2E tests for a mobile app that displays a map with charging station markers. I know the latitude and longitude coordinates of a specific marker, and I need to:
1. Navigate/pan the map to ...
0
votes
1
answer
80
views
Test fails with "expect(...).toHaveTextContaining is not a function"
I'm building an automation framework using Appium with WebdriverIO. The app isn't reading so I'm creating some quick tests to ensure the framework is robust. I've created a simple test to switch from ...
0
votes
0
answers
73
views
How to measure .NET MAUI application code coverage triggered by Appium UI automation tests?
I have a .NET MAUI application (targeting .NET 9) that runs on Windows.
In the same repository, I also have a separate Appium-based UI automation project (using .NET 8), which drives the MAUI app ...
1
vote
0
answers
30
views
WebDriver.init() got an unexpected keyword argument 'desired_capabilities' and 404 Not Found Error
Description:
I am trying to automate Windows applications using Appium and WinAppDriver. I have configured Appium to run on port 4725 and WinAppDriver on port 4724. However, I am encountering two ...
0
votes
1
answer
51
views
Appium inspector not displaying app loaded in ios Simulator
I'm constructing an mobile automation frame using appium with webdriverIO. My employer is in the early stages of constructing their app so I'm using a boilplate WDIO app as it's a hybrid app.
I'm ...
0
votes
0
answers
26
views
Visual Touch Feedback is IOS Screen recording with LambdaTest and Appium Automation
I am trying to run an automation in IOS using LambdaTest with Appium using my Node js server, here I am getting screen recording after the automation has completed, but here the recording doesn't show ...
0
votes
2
answers
66
views
Getting test ID issue while inspecting in Appium for IOS application (react native expo)
I’m working with a Tab Navigator that has four tabs — Topics, Category, Notification, and Account.
Some tabs have a screen directly attached to the tab, while others (like Category and Topics) contain ...
0
votes
0
answers
51
views
Cucumber steps are undefined in WebdriverIO + Appium with TypeScript
I am trying to implement Cucumber in my Appium + WebdriverIO framework, but I am stuck: my steps are coming up as undefined even though they are correctly defined.
Project structure:
Project name
├─ ...
0
votes
0
answers
35
views
performAction function in WebdriverIO for iOS is executing but the gesture is not performed. Why and how to make the gesture executed?
I'm executing automation script using WebdriverIO and Appium in Android and 'iOS'. I have automation test in javascripts. The functions in the automation scripts are working great in 'Android' but I ...
1
vote
1
answer
174
views
Appium fails to find chromedriver for WebView: Trying to use binary that doesn’t exist
I’m trying to automate an Android WebView app using Appium + WebdriverIO (v9) for my hybrid app.
My test fails when I try to switch to the WebView context:
[0-1] 2025年09月25日T13:54:41.590Z WARN ...
1
vote
0
answers
132
views
Android Studio AVD crashes with "qemu-system-x86_64.exe – APPCRASH – 0xc0000005"
I’m running automated tests using Appium, ADB, and Python, with multiple Android Studio AVDs.
When I run four AVDs simultaneously, one of them occasionally crashes with this error in Windows Event ...
1
vote
0
answers
68
views
RealIosDeviceIdError with simulator on iOS - Nightwatch with Appium
I'm testing with Nightwatch and Appium. On Android it's going great but on iOS I'm having issues. My capabilities work perfectly on Appium Inspector, but when I try to build my tests using the ...