517 questions
Tooling
0
votes
2
replies
110
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 ...
1
vote
0
answers
76
views
Package not found error in Saucectl command line execution
I am trying to set up Saucectl in my project and I have done the entire setup which includes saucectl config files and env variables.
I verified all the sauce documented Packages option, Dependency ...
3
votes
1
answer
71
views
self.driver.session_id provides incorrect Sauce Labs Session ID
I'm trying to get the session_id to post a message to Telegram after the test is done so that I can simply click the link and view the test run report.
I am running a single test where I attempt to ...
1
vote
0
answers
455
views
[SauceLabs][Appium] Automation tests are running much more slower on IOS simulator comparing to Android emulator on SauceLabs
has anyone here had experience in setting up the automation for the IOS platform on SauceLabs simulators?
I tried and got pretty bad performance results, as an example I executed a simple ...
1
vote
1
answer
615
views
Why are Android elements easily seen in Appium Inspector not being seen at automation runtime?
I'm on a Mac, writing node.js (v16.19.0) test automation for an app running on an Android emulator (API 34 browser version 14). I'm trying to tap a button in the app that is always seen by the Appium ...
0
votes
1
answer
135
views
Appium Sauce Lab Tapping on iOS Simulator Not working
Currently I am loading an image in a webview. I want to be able to tap the image, but when I do so it doesn't seem to actually register in Sauce Lab.
IOSDriver driver = (IOSDriver) contextObj....
0
votes
0
answers
72
views
Execution of Robot Framework tests in Samsung Browser on SauceLabs
I'd like to configure Robot Framework tests to execute them on Samsung browser in SauceLabs.
I used the config:
Open Application remote_url=${saucelabsUrl}
... platformName=${...
4
votes
2
answers
41k
views
How to maximize the Window size in Playwright? [duplicate]
I'm running my Playwright test scenarios and facing an issue while trying to run scenarios with windows “maximized” / full window.
I set viewport as null for browser context, and it works in ...
0
votes
1
answer
58
views
Can we mimic the zoom text function in the mobile browsers using selenium
I am utilizing Sauce Labs to execute my automation script, which is built using Selenium and Java. One of the challenges I'm currently facing is finding a JavaScript method or keyboard shortcut to ...
0
votes
1
answer
78
views
Sauce Labs not treating "\n" as an escape sequence within sendKeys method
In Saucelabs when I'm executing a method with Selenium:
element.sendKeys("C:/file1.txt\nC:/file2.txt");
Saucelabs is not treating \n as an escape sequence/newline character, it works while ...
0
votes
1
answer
355
views
Getting a "SyntaxError: Unexpected reserved word" when running wdio with sauce-connect
I've setup a bare test case with WebdriverIO and SauceConnect in this repo https://github.com/gkostov/wdio-test but when running it it fails with
{
"message": "Uncaught ...
0
votes
0
answers
71
views
Uipath integration with saucelabs using tunnelName for deviceconnection
We are trying to connect with saucelabs mobile and uipath mobile device manager.we have a saucelabs tunnel created with our secured network.
In appium capabilities tried giving
TunnelName tunnel1 - ...
0
votes
1
answer
124
views
How to use sauce labs v1/analytics/test API?
I need to use sauces labs API: /v1/analytics/tests api, and my curl command is:
curl -u "pmchao:xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx" --location \--request GET "https://api.us-west-1....
1
vote
0
answers
125
views
selenium cucumber driver.quit() is stuck when I am using saucelabs
I am new to selenium. I have been running given selenium test scripts always using below and never I had issues:
IntelliJ
Selenium + cucumber + Java
I am running my test cases using Sauce Labs> ...
0
votes
1
answer
775
views
How to handle authentication pop-up on saucelab
I'm running my Automation test scripts on saucelabs from my local setup .
While accessing to my application its redirecting to authentication pop-up .
I'm unable to get webelement using Inspect ...