517 questions
1
vote
0
answers
33
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 ...
0
votes
0
answers
186
views
How to set snapshotMaxDepth in Sauce labs appium
I used Developer Options to verify elements with Appium Inspector for a mobile app using the Sauce Labs Appium tool. However, I couldn't track a specific part of the code, so I set up Appium Inspector ...
1
vote
1
answer
551
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
0
answers
63
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=${...
0
votes
1
answer
45
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
337
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
1
answer
107
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....
0
votes
1
answer
721
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 ...
0
votes
1
answer
62
views
Hi, Could someone help me in resolving below mentioned error issue. I am frequently facing the issue and not able to launch the remote webdriver
org.openqa.selenium.json.JsonException: Unable to determine type from:
E. Last 1 characters read: EBuild info: version: '3.141.59', revision:
'e82be7d358', time: '2018-11-14T08:17:03'System info: ...
2
votes
1
answer
259
views
How to allow Safari camera and microphone permissions in a TestCafe test
I would like to click 'Allow' on the camera and microphone permission dialogs that show up in my TestCafe test. How can I handle these dialogs in TestCafe to click Allow?
First Safari camera ...
0
votes
1
answer
287
views
Karate - Sauce labs : Webdriver session create status 401
I am unable to execute scripts on saucelabs via my local machine as we are not able to create webdriver session and it returns status 401
I have tried the following :
Changed the path of chrome.exe ...
1
vote
2
answers
3k
views
Appium iOS | Can't clear user cache
So I have recently stumbled across a "fun" thing for automation and test case runs in general - and that is that iOS is very persistent with the users cache and won't let you delete the apps ...
-1
votes
1
answer
342
views
How to get all the jobs via curl command for sauce labs api?
I am trying to retrieve all the jobs in saucelabs, currently i am running curl on the api link https://api.eu-central-1.saucelabs.com/v1/rdc/jobs/, but only a handful of results are being shown ...
0
votes
0
answers
166
views
Unable to give input in phone number textbox in SafariIOS Simulator
I have scenario where I need to enter phone number in text box field, using SafariIOS simulator but am getting invalid phone number error even through number is not inputting. Can someone please help ...
-1
votes
1
answer
406
views
Unable to Run serenity cucumber in sauce labs
I am trying to run the automated test in sauce labs for first time but I see no execution takes in sauce lab but instead execution takes place in my local machine. Since I am new to this way of ...
1
vote
1
answer
604
views
Can I run Robot tests with Appium in Sauce labs?
I am doing mobile testing and thinking to migrate my tests to the Sauce Labs platform.
I have to do automated testing and the platform needs to run Appium with robot tests.
Can I run tests written in ...
0
votes
2
answers
2k
views
can we run Cypress tests in Safari browser and Mobile testing with integration of Saucelabs?
my testscripts need to executed in mobile devices and safari browser . with the cypress and sauce labs integration can we achieve mobile testing and safari browser using cypress ?.
currently my test ...
1
vote
0
answers
150
views
Can I run cloud-based native mobile app testing from cloud?
I wrote tests in Robot Framework with Appium. I test the same app on both Android and iOS.
I want to find out a cloud-based native mobile app testing vendor where (a) I can test the app on various ...
0
votes
2
answers
1k
views
Cannot find module error while running cypress test using saucectl
While trying to run cypress test from saucectl (saucelab) I am getting "Error: Cannot find module 'pdf-parse'". Not sure how to resolve this issue as my test works fine while running locally....
1
vote
0
answers
348
views
org.openqa.selenium.WebDriverException for appium on selenium4 for getScreenshotAs method
I am trying to take screenshot using the getScreenshotAs method using selenium 4 remotely on saucelabs(appium). It is working absolutely fine locally whereas running remotely, I am getting the ...
1
vote
1
answer
5k
views
org.openqa.selenium.UnsupportedCommandException for appium (devices) for sauce labs
I am trying to upgrade from Selenium 3 to Selenium 4. The capabilities and everything works fine for all the browsers remotely on sauce labs and works well even on local but when it comes to devices(...
0
votes
1
answer
774
views
Is there a way to access files via a file chooser dialog when running tests on Sauce Labs?
I am performing automated cross-browser testing using Selenium and Sauce Labs. The web application under test requires files to be accessed via a file chooser dialog. I’d like to access these files ...
0
votes
3
answers
1k
views
How to do Flutter web integration testing with BrowserStack / Sauce Labs etc?
I'm trying to run integration tests of a Flutter web (not Android/iOS) app on a hosted device farm like BrowserStack or Sauce Labs. It seems that the Flutter driver or integration tester are only ...
0
votes
3
answers
4k
views
Selenium page loading wait methods
I've been running automation tests that execute relatively quickly in my local environment but are extremely slow in Sauce Labs.
The existing Java code appears to have two types of redundant page ...
0
votes
0
answers
153
views
Updating job status on SauceLabs via Jenkins Sauce on Demand not working
Below is my code. It was working fine and i was able to see saucelab videos and pass/fail result on jenkins earlier. but now somehow its not working and i am not able to see videos and pass/fail ...