Skip to main content

Questions tagged [mobile-app-testing]

The tag has no usage guidance.

mobile-app-testing
0 votes
0 answers
33 views

Trying to make the Flutter App Automation find element methods

I am using the existing format which used in project for Android App Automation. Now I have to create the same thing for Flutter App. public static AppiumLocator findMobileLocatorElement( final ...
Bhagyashree meena's user avatar
0 votes
0 answers
231 views

Getting error "Original error: Unable to launch WebDriverAgent. Original error: xcodebuild failed with code 70."

Appium server is already running , still getting following error while trying to establish connection : "Failed to create session. An unknown server-side error occurred while processing the ...
Saloni Tongia's user avatar
0 votes
0 answers
57 views

Auto clicker is causing a device restart on Galaxy S10

Working on an autoclicker with direct UI access through accessability service, and image analysis through mediaprojection and custom analysis code. On my S22 it works as intended and runs indefinitely,...
Droid Automations's user avatar
0 votes
0 answers
55 views

How to configure Detox on windows platform to run the test for react native apps on android device

Is there any support for this? I am trying to implement detoxs in windows platfoam to create testing environment for mobile apps. I implemented commands but cannot figure out how to configure it ...
Hamza Naveed's user avatar
0 votes
1 answer
410 views

Whenever i try to launch my app I'm getting WebDriverException and in command prompt it says POST //session 404 in the debug level

WebDriverException: Message: The requested resource could not be found, or a request was received using an HTTP method that is not supported by the mapped resource I've given host address, platform ...
user22694928's user avatar
0 votes
1 answer
565 views

Appium installation issue

While installing Appium, I am having issue with plugins. To install them, I wrote: appium server -ka 800 --use-plugins=execute-driver It shows that plugin becoming (ACTIVE) but when I enter "...
Chinmay Agrawal's user avatar
0 votes
0 answers
28 views

How to close the JS alerts of Native mobile applications? running tests in BrowserStack using appium

I am using webdriverIO, appium-service and browserstack-server to run my mobile app automation test in the browserstack. when launching my test app, there is an pop-up/overlay is displaying like below....
Manikandan's user avatar
1 vote
0 answers
1k views

is there any alternate way to install appium uiautomator2 driver apart from running "appium driver install uiautomator2" from CLI

I am starting with a new project setup for mobile test automation with appium-java. I have installed appium server in my machine but facing a problem while installing appium drivers for Android and ...
puneeth chidura's user avatar
0 votes
1 answer
107 views

Flutter theme does not apply to physical device preview

I have created and apply custom theme for my flutter app and it correctly previewed in my emulator. But when I check it from my physical device it does not apply any theme effect. Text('Hello World!' ...
Anuradha's user avatar
1 vote
1 answer
245 views

Running flutter app on mobile via USB cable but appears black screen only

Here is the message i get when i run flutter app on my android mobile and also i see just black screen on my mobile, though the app gets installed i can see icon of that Launching lib\main.dart on SM ...
Ab Tb's user avatar
  • 7
2 votes
2 answers
4k views

Appium along with Sikuli for Mobile App testing

I was trying to use Sikuli for Image Identification along with Appium. So, when I tried finding an image after launching app on device using Appium, but Sikuli returned an error saying, "cannot ...
ukpillai's user avatar
  • 323