Skip to main content
Filter by
Sorted by
Tagged with
1 vote
0 answers
33 views

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 ...
Satish Rongala's user avatar
0 votes
0 answers
186 views

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 ...
abdul sathar's user avatar
  • 2,396
1 vote
1 answer
551 views

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 ...
Wulf's user avatar
  • 489
0 votes
0 answers
63 views

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=${...
Regenshirm's user avatar
0 votes
1 answer
45 views

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 ...
KJM's user avatar
  • 1
0 votes
1 answer
337 views

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 ...
Георги Костов's user avatar
0 votes
1 answer
107 views

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....
PChao's user avatar
  • 449
0 votes
1 answer
721 views

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 ...
Little bird's user avatar
  • 1,088
0 votes
1 answer
62 views

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: ...
Harish R's user avatar
2 votes
1 answer
259 views

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 ...
Jenny's user avatar
  • 21
0 votes
1 answer
287 views

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 ...
Juvelle Mendes's user avatar
1 vote
2 answers
3k views

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 ...
Justas Tamulionis's user avatar
-1 votes
1 answer
342 views

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 ...
lloyd banko's user avatar
0 votes
0 answers
166 views

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 ...
raj's user avatar
  • 1
-1 votes
1 answer
406 views

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 ...
Learner's user avatar
  • 511
1 vote
1 answer
604 views

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 ...
Exploring's user avatar
  • 3,683
0 votes
2 answers
2k views

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 ...
raj's user avatar
  • 1
1 vote
0 answers
150 views

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 ...
Exploring's user avatar
  • 3,683
0 votes
2 answers
1k views

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....
Suchit Narayan's user avatar
1 vote
0 answers
348 views

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 ...
user110009's user avatar
1 vote
1 answer
5k views

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(...
user110009's user avatar
0 votes
1 answer
774 views

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 ...
G Sharma's user avatar
0 votes
3 answers
1k views

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 ...
Noland's user avatar
  • 740
0 votes
3 answers
4k views

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 ...
A. J. Green's user avatar
0 votes
0 answers
153 views

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 ...
KZala's user avatar
  • 1

1
2 3 4 5
11