All Content tagged with AWS Device Farm
AWS Device Farm is an application testing service that lets you improve the quality of your web and mobile apps by testing them across an extensive range of desktop browsers and real mobile devices; without having to provision and manage any testing infrastructure.
Content language: English
Select up to 5 tags to filter
Sort by most recent
191 results
Our app can download pdf file to the mobile device, where can i get the download file ? i can open the pdf file with my local test devices, but it seems that the device farm devices do not have pdf...
Hi. I want to test mobile devices in AWS Device Farm, only I want to use Chrome/Safari to connect to my site, and I need to use touch-hold and zoom gestures while on the device. Does AWS support...
I have tests running on both iOS and Android,
where i want to have fixed German language to the running app.
Both in the testspec file for the appium server, and in the appium driver I specify german...
We need to intercept the request headers sent from the AWS device farm desktop browsers while running our selenium tests.
as we AWS device farm does not support selenium devtools features (that help...
Hello,
I am able to run my sample automation test against Android devices. I have attempted to run the same test against iOS and I am receiving the following error:
**Could not find a driver for...
We are migrating our selenium tests run from a cloud testing services (like browserstacks and sauclabs..) to AWS desktop grid
however, there is some features that does not seem to work:
1) we want to...
I was trying to run XCUITest on AWS Devicefarm and fetch the corresponding artifacts programmatically. But unfortunately, even after the tests are run and get passed, the artifacts are not generated...
Hi!
I have been testing on Xiaomi 13 (android Instrumentation tests) and realised that no logcat logs are produced for such device (others devices I have tried do behave as expected), the only thing...
I have an issue with automated test java+ selenium on the login form from Alipay sandbox when I'm executing the tests on aws: the tests can't fill the email and password fields with the commnad...
I am facing issue when I run command on "$DEVICEFARM_TEST_PACKAGE_PATH" path.
test spec file :
```
[DeviceFarm] npm test
> device-farm@1.0.0 test
> wdio wdio.conf.ts
2024-05-07T06:06:21.629Z WARN...
Hello,
I'm currently testing my app using AWS Device Farm with Appium and NodeJS. I've written tests for both Android and iOS platforms. However, I've noticed that the turnDown action takes...
I am creating Appium Python tests on Device Farm on both Android and iOS.
I need to record the screen with a correct and constant framerate.
The speed of the video recorded by device farm does not...