All Questions
Tagged with automation android
786 questions
0
votes
0
answers
16
views
Android Emulator Is starting with delayed so test cases failed during the run, how to make wait till the emulator is ready to accept the test run?
As I am using a Appium for mobile app Automation. With that the emulator which I am using is starting with the delay. Due to that the actual test case run all test case are failed with the error ...
0
votes
0
answers
22
views
Handling iFrames in Cerberus for Mobile App
How to interact with the elements present inside an iframe in my mobile application (APK) which is uploaded on Browserstack?
The test automation tool that I am using is Cerberus.
My username and ...
0
votes
0
answers
71
views
Patrol Instrumentation Tests Setup in Flutter: Getting Errors on Import and Package Name Mismatch
I'm trying to set up Patrol E2E tests in a Flutter app. The setup is mostly correct, but I'm running into issues with the MainActivityTest imports and package name mismatch errors. I'm following the ...
0
votes
0
answers
40
views
Unable to Build using Unreal Automation tool fro android
I am trying to assemble some automation for a mobile project using Unreal Automation tools, so far i have been trying some XML scripting using Buildgraph and some tools provided by Unreal engine.
When ...
0
votes
0
answers
56
views
Navigate a system menu programmatically with an android app
I have a very specific use case that causes me enough pain to write an app to do it.
I need the app to pass a short code to the dialer and navigate a menu with 2 steps. I need to input a pin into the ...
1
vote
0
answers
47
views
How to click on an element in android where clickable attribute is false
I am new to mobile automation. I am trying to click on an element where the displayed attribute is true, but the other attributes are false.
{"key":"checkable","value":&...
0
votes
0
answers
21
views
Automation of date selector in android simulator
I am trying to automate the process where i have to select date as input string.
When i try to identify the page source, this calendar is itself not loading in html.
HTML of this input field looks ...
0
votes
1
answer
156
views
Automation Android apps with script
I would like to create a script that automates the operation of an application used to control a lawn mower. I would like the application to connect to my http server to receive information, and then, ...
0
votes
0
answers
31
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 ...
0
votes
0
answers
301
views
Sending commands to Alexa via text using API
Since the AVS (Alexa Voice Services) have been abandoned I don't see anymore a reliable way to automate sending command to Alexa.
My use case is building and Android plugin for Tasker/Macrodroid which ...
0
votes
0
answers
54
views
Unable to start Appium inspector after restarting my mac
I have been using Appium (v2.5.4) inspector as normally and everything works fine however I have to restart my machine and now I am getting the message:
Failed to create session. An unknown server-...
0
votes
0
answers
65
views
Send multiple response in a running ussd session
I am trying to build an app that can send a USSD request, read response data (Which is a menu) and then send a response in the session ( eg. an option I would like from the menu). I need to do it ...
0
votes
0
answers
58
views
How to handle react native dropdown picker in appium autoamation
everyone I am very new to mobile automation, and I am facing a problem Handling the drop-down picker because I am not able to inspect or scroll and am not able to find the locator. please help me out
...
0
votes
0
answers
14
views
AppiumWebDriverEventListener not working with katalon
Have a good day.
I am using the below class to listen for clicks and usages. and code being used for hybrid app that works on both android and iOS.
Code for listener in katalon
import static com.kms....
0
votes
0
answers
92
views
Using Android Espresso to check Toast Messages
I'm having trouble checking if a Toast is present on the screen using Android Espresso.
Are there any other ways to do this?
In my specific case, the Toast is triggered on the login screen, but it's ...