Top "Saucelabs" questions

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

HTTP basic authentication URL with "@" in password

I'm trying to set up some selenium tests to our staging server using Sauce Labs. It's behind a basic http …

http selenium http-authentication saucelabs
Is there a possible way to run two .xml files in testng.xml parallel?

I currently have two different TestSuites (SUITE1.XML and SUITE2.xml) with different configurations (e.g browsers, Os)... I call …

java testng saucelabs
WebDriver - element is not clickable Chrome

I have following problem. I run test on Firefox and Chrome. On Firefox test run correctly but on Chrome SauceLabs …

c# google-chrome selenium selenium-webdriver saucelabs
Get Session ID for a Selenium RemoteWebDriver in C#

I'm trying to get a session id for a test being run on the SauceLabs cloud, but I can't seem …

c# unit-testing selenium-webdriver saucelabs
How to programmatically configure Chrome extension through Selenium WebDriver

I need to install and configure an extension in Chrome to modify all request headers during Selenium test execution. I've …

google-chrome selenium selenium-webdriver google-chrome-extension saucelabs
java.lang.Exception: Test class should have exactly one public constructor

I've following junit test package test.java.com.unit; import com.saucelabs.common.SauceOnDemandAuthentication; import com.saucelabs.common.SauceOnDemandSessionIdProvider; import …

java selenium junit automation saucelabs
Protractor: timed out after 10000 msec waiting for spec to complete

I have several protractor tests and sometimes I get a error saying: Message: timeout: timed out after 10000 msec waiting for …

angularjs selenium protractor saucelabs browserstack