Questions tagged [saucelabs]

Sauce Labs is a cloud service providing web browsers and mobile devices for both manual and automated testing.

Sauce Labs is a cloud service providing web browsers and mobile devices for both manual and automated testing. Automated testing on Sauce Labs is compatible with Selenium and JS testing frameworks.

527 questions
-1
votes
1 answer

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 instead of all. Is there a way to show all? My current…
-1
votes
1 answer

Could not instantiate new WebDriver instance of type class org.openqa.selenium.remote.RemoteWebDriver

Getting the below error while try running in sauce lab. I am not sure what is the issue to apply fix here. Could someone extend help? Note: Secure remote tunnel is provisioned and running successfully. Command: mvn clean verify…
Learner
  • 481
  • 1
  • 15
  • 28
-1
votes
1 answer

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 running, I am not sure where is the correction to…
Learner
  • 481
  • 1
  • 15
  • 28
-1
votes
1 answer

Not able to create session in saucelab real /virtual mobile with selenium 4

Using selenium 4.1.0 with appium latest version 8.0.0 beta. Getting below exception while launching browser in saucelab real device. "org.openqa.selenium.SessionNotCreatedException: Could not start a new session. Response code 500. Message: Unknown…
-1
votes
1 answer

how to set silent mode for sauce lab pre run - C#

I want to use sauce labs pre-run capability to run some executable before my tests runs and i would like to set silent mode argument for the pre-run capability. Below is the code snipped what I have been trying so far. …
Appu Mistri
  • 768
  • 8
  • 26
-1
votes
1 answer

Element is not clickable at

I am facing Element is not clickable error while running my selenium scripts in sauce labs when I am using Chrome version 61. But, If I downgrade the chrome version from 61 to 59 then that error is gone. Any inputs to fix error with version 61 will…
-1
votes
1 answer

What setups I need to run a Java Selenium test in Sauce Labs?

I've Eclipse & JavaScript but when I run the script it fails to launch configs: org.openqa.selenium.SessionNotCreatedException: Unable to create new remote session. desired capabilities = Capabilities [{browserName=chrome, version=latest,…
Pooja
  • 3
  • 2
-1
votes
1 answer

how to change IE internet security settings using nightwatch.js

I just learned that the reason why my website forces you to re login whenever you navigate the site using a nightwatch test is because of an internet security setting in the saucelabs IE driver. Is there a way to change the IE driver security…
Brown A
  • 929
  • 4
  • 14
  • 21
-1
votes
2 answers

Updating job status on SauceLabs via Jenkins Sauce on Demand

I'm running tests on Jenkins using Cucumber and SauceLabs using the plugin Sauce on Demand. The integration with Sauce on Demand is working fine, except I'm not able to set Pass/Fail status on SauceLabs. WebDriver Instantiation …
-1
votes
1 answer

What version of selenium should I install for SauceLabs or TestingBot?

I am planning to write Selenium tests for my application and want them to run on a wide variety of browsers and versions. I am also planning to use a virtualisation service such as SauceLabs or TestingBot. However, as far as I can tell there are a…
gordonm
  • 169
  • 1
  • 16
-1
votes
1 answer

How to pass variable file to a test when running robot framework tests on sauce labs?

I am trying to run some robot framework tests on sauce labs. I am not able to pass a variable file to my pybot command. When I run my tests locally I use this command : pybot -vbrowser:firefox -vbaseur --variablefile ../VariableFiles/superdesk.py…
Ziwdigforbugs
  • 1,185
  • 8
  • 24
  • 41
-1
votes
2 answers

Sample code java Browserstack and Saucelabs

I am newbie here on stackoverflow. I am beginner with the tools test as a service and I need a very simple sample code on how to use the REST API Saucelabs and BrowserStack to facilitate my studies, could be the same example, but implemented with…
ricardoramos
  • 891
  • 3
  • 18
  • 35
-1
votes
1 answer

Receiving "Element is not currently visible and so may not be interacted with" from Sauce Labs

I am running a test against the following page: http://hulking-eland-1517.vagrantshare.com/casl/index.php?r=signup and trying to select an element in the dropdown: $this->select($this->byId('card-exp-month'))->selectOptionByValue('12'); Whenever…
Mattamatic
  • 81
  • 1
  • 7
-1
votes
1 answer

Running Dalekjs Tests on Saucelabs with Grunt

what i want: run dalekjs-tests on saucelabs with grunt what i did: installed grunt-dalek, dalek-driver-sauce created grunt config: dalek: { options: { driver: ['sauce'], browser: ['chrome'], advanced: { …
hereandnow78
  • 14,094
  • 8
  • 42
  • 48
-2
votes
1 answer

Connect Selenium test to SauceLabs

I have created a common webdriver class that I can use for my selenium tests. Whenever I create a new test, I get the webdriver from this class. Here is what I am using to create my driver package com.atmn.config; import…
TestRaptor
  • 1,305
  • 8
  • 24
  • 42
1 2 3
35
36