517 questions
Score of 0
2 answers
127 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 ...
Score of 1
0 answers
88 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 ...
Score of 3
1 answer
81 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 ...
Score of 1
0 answers
461 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 ...
Score of 1
1 answer
622 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 ...
Score of 0
1 answer
142 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....
Score of 0
0 answers
74 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=${...
Score of 4
2 answers
42297 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 ...
Score of 0
1 answer
60 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 ...
Score of 0
1 answer
79 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 ...
Score of 0
1 answer
358 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 ...
Score of 0
0 answers
74 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 - ...
Score of 0
1 answer
129 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....
Score of 1
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> ...
Score of 0
1 answer
784 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 ...