Skip to main content

All Questions

Tagged with
0 votes
1 answer
75 views

Unable to connect http://127.0.0.1:4723/ on start of Appium

Unable to connect http://127.0.0.1:4723/ on start of Appium. I want to use Appium Tizen TV Driver to automate the testing of appium-tizen-tv. And for that I am using https://www.npmjs.com/package/...
David's user avatar
  • 4,142
0 votes
0 answers
15 views

Android Appium - WebDriver exception while having explicit wait

I am doing mobile testing using java, selenium, cucumber and junit frameworks, i have a feature file having 2 scenarios positive and negative, my code runs the positive scenario very well, but the ...
Arun Prabhakaran P's user avatar
0 votes
0 answers
19 views

appium tests large models of voice assistants

When I used appium to automatically input to the dialog box of the voice assistant large model to open the app, the voice assistant large model blinked back, but when I manually input to open the app, ...
felix's user avatar
  • 1
0 votes
0 answers
27 views

How to call a function / Robotframework Keyword when appium detects a particular page

I am currently running android mobile applications tests with appium, Robotframework and Python. Scenario: A new feature has been implemented - App Pin. This page would show up after X seconds soon ...
Shetty's user avatar
  • 1
0 votes
0 answers
20 views

Appium multiplatform testing - set up capabilities

I want to be able to execute different test scenarios using Appium on different platforms. E.g. I will be doing something on web app using chrome and then checking if it had an impact on the mobile ...
bazeusz's user avatar
  • 75
0 votes
0 answers
117 views

Appium iOS unable to clear app cache/data

I am currently writing automation tests using Java, Appium and Cucumber for our app. I have written my tests for Android and now i am writing tests for iOS in same project using Page Object model. In ...
shokerrr's user avatar
0 votes
1 answer
191 views

Appium Python screen-recorded video is sped-up

I'm developing automatic tests in Appium Python in an iOS environment and I need to record the execution of the tests. To start recording I use this method: driver.start_recording_screen() To stop ...
Gigi Carti's user avatar
0 votes
1 answer
457 views

Appium failing with UiAutomator2 driver - Error executing adbExec

Whenever I try to launch Appium Inspector, it gives me the following error: Failed to create session. An unknown server-side error occurred while processing the command. Original error: Error ...
Andrius's user avatar
0 votes
2 answers
868 views

org.openqa.selenium.SessionNotCreatedException: Could not start a new session. Response code 404. Appium error

Here is my config class: public AppiumDriver initializeAndroidDriver() throws MalformedURLException { DesiredCapabilities caps = new DesiredCapabilities(); caps.setCapability("...
Azmal Hossain's user avatar
0 votes
0 answers
103 views

How to launch emulator through java program

I am new to mobile testing, I have written code to launch Appium server and to create android driver, and which getting failed to launch the specific android emulator when I run the code but if I ...
Automater's user avatar
0 votes
0 answers
95 views

Original error: 'POST /appium/device/open_notifications' cannot be proxied to UiAutomator2 server because the instrumentation process is not running

Device: Samsung Galaxy S9+, Android 10.0 System info: 'Mac OS X', os.arch: 'x86_64', os.version: '13.4', java.version: '18.0.2' Appium version 2.0.0, Uiautomator2 version 2.10.1 The issue started to ...
MilaLynx's user avatar
0 votes
0 answers
81 views

QA Testing Flutter Application apk

I would like to create automated tests for an application developed using Flutter. The source code is not available. I only have access to the apk file. Can you please guide me on how this may be done?...
Mohammad Tawil's user avatar
0 votes
0 answers
210 views

Unable to install appium plugins

I am trying to install the appium plugins but getting the below error. I have tried to upgrade/downgrade appium. I have version 2.0.0 now but somewhere its showing conflict with 1.22.3 which I am ...
padhan's user avatar
  • 1
0 votes
0 answers
173 views

Test Automation for a Mobile Application using Appium / Android Emulator / Containers / Katalon

I spent quite some time on internet looking for a satisfactory solution I didn't find up to now and I guess it could interest several people around. I am doing Test Automation for an application for ...
Sebtify's user avatar
0 votes
0 answers
84 views

Appium Android: How to click on Spannable Text?

I have a screen that contains a TextView, the text view text is composed of a SpannableStringBuilder which in turn appends a URLSpan. I'd like to write an Appium test to click on that specific URLSpan ...
Mina Wissa's user avatar

15 30 50 per page
1
2 3 4 5
31