Uses of Class
uk.co.evoco.exceptions.SauceLabsCredentialsException
| Package | Description |
|---|---|
| uk.co.evoco.tests | |
| uk.co.evoco.webdriver.configuration | |
| uk.co.evoco.webdriver.configuration.driver |
-
Uses of SauceLabsCredentialsException in uk.co.evoco.tests
Methods in uk.co.evoco.tests that throw SauceLabsCredentialsException Modifier and Type Method Description voidBaseAbstractSauceLabsTest. setUp()This will run before EVERY @Test that extends this class The method will create a new instance of WebDriver and a browser and open Google.com This ensures we always have a fresh browser window and a guaranteed starting point -
Uses of SauceLabsCredentialsException in uk.co.evoco.webdriver.configuration
Methods in uk.co.evoco.webdriver.configuration that throw SauceLabsCredentialsException Modifier and Type Method Description SauceLabsCredentialsSauceLabsConfig. getCredentials()voidSauceLabsConfig. setSauceRemoteUrl(java.lang.String sauceRemoteUrl)Constructors in uk.co.evoco.webdriver.configuration that throw SauceLabsCredentialsException Constructor Description SauceLabsCredentials() -
Uses of SauceLabsCredentialsException in uk.co.evoco.webdriver.configuration.driver
Constructors in uk.co.evoco.webdriver.configuration.driver that throw SauceLabsCredentialsException Constructor Description ConfiguredSauceLabsGridDriver()