Skip navigation links
A B C D E F G I J L M N Q R S T U V W 

A

accessKey - Variable in class com.dev9.sauce.SauceREST
 
addGenericSuffix(String) - Method in class com.dev9.sauce.SauceRESTRequestBuilder
Adds a string to the path.
addJobIdToPath(String) - Method in class com.dev9.sauce.SauceRESTRequestBuilder
Adds a job id to the path.
addJobsToPath() - Method in class com.dev9.sauce.SauceRESTRequestBuilder
Adds standard "/jobs" section to constructed url.
addJSON(String, Object) - Method in class com.dev9.sauce.SauceRESTRequestBuilder
Adds an entry to the object map that will be serialized into JSON string in the request.
addUserIdToPath(String) - Method in class com.dev9.sauce.SauceRESTRequestBuilder
Adds a user name to the path.
addUsersToPath() - Method in class com.dev9.sauce.SauceRESTRequestBuilder
Adds standard "/users" section to constructed url.

B

Browser - Enum in com.dev9.driver
 
build() - Method in class com.dev9.driver.TargetWebDriver
 
build() - Method in class com.dev9.sauce.SauceRESTRequestBuilder
Constructs the SauceRESTRequest object from combination of defaults and overrides.

C

close() - Method in class com.dev9.driver.ThreadLocalWebDriver
 
com.dev9.conf - package com.dev9.conf
 
com.dev9.driver - package com.dev9.driver
 
com.dev9.sauce - package com.dev9.sauce
 

D

DEFAULT_VERSION - Static variable in class com.dev9.sauce.SauceRESTRequestBuilder
 
deleteTunnel(String) - Method in class com.dev9.sauce.SauceREST
 

E

executeAsyncScript(String, Object...) - Method in class com.dev9.driver.ThreadLocalWebDriver
 
executeScript(String, Object...) - Method in class com.dev9.driver.ThreadLocalWebDriver
 

F

findElement(By) - Method in class com.dev9.driver.ThreadLocalWebDriver
 
findElements(By) - Method in class com.dev9.driver.ThreadLocalWebDriver
 
fromJson(String) - Static method in enum com.dev9.driver.Browser
 
fromJson(String) - Static method in enum com.dev9.driver.Type
 

G

get(String) - Method in class com.dev9.driver.ThreadLocalWebDriver
 
getAccountDetails() - Method in class com.dev9.sauce.SauceREST
Returns details for a given Sauce Labs account, including minutes used.
getAllJobs() - Method in class com.dev9.sauce.SauceREST
Gets a list of all jobs ever for the user, not just current jobs.
getAllTunnels() - Method in class com.dev9.sauce.SauceREST
 
getBrowser() - Method in class com.dev9.driver.TargetWebDriver
 
getBrowser() - Method in class com.dev9.driver.ThreadLocalWebDriver
 
getCapabilities() - Method in class com.dev9.driver.TargetWebDriver
 
getConfig() - Static method in class com.dev9.conf.WebtestConfigFactory
 
getConfig(Class) - Static method in class com.dev9.conf.WebtestConfigFactory
 
getConnectionLocation() - Static method in class com.dev9.conf.SauceLabsCredentials
 
getCurrentUrl() - Method in class com.dev9.driver.ThreadLocalWebDriver
 
getDriverClass() - Method in enum com.dev9.driver.Browser
 
getJobId() - Method in class com.dev9.driver.ThreadLocalWebDriver
 
getJobId(WebDriver) - Static method in class com.dev9.sauce.SauceUtils
 
getJobStatus(String) - Method in class com.dev9.sauce.SauceREST
Returns status details for a given job, including pass/fail and all tags.
getJobUrl() - Method in class com.dev9.driver.ThreadLocalWebDriver
 
getJobUrl(String) - Static method in class com.dev9.sauce.SauceUtils
 
getJobUrl(WebDriver) - Static method in class com.dev9.sauce.SauceUtils
 
getKey() - Static method in class com.dev9.conf.SauceLabsCredentials
 
getKeyboard() - Method in class com.dev9.driver.ThreadLocalWebDriver
 
getMouse() - Method in class com.dev9.driver.ThreadLocalWebDriver
 
getPageSource() - Method in class com.dev9.driver.ThreadLocalWebDriver
 
getPlatform() - Method in class com.dev9.driver.TargetWebDriver
 
getSauceBrowsers() - Method in class com.dev9.sauce.SauceREST
Gets a list of all currently supported browser/os combinations.
getSauceStatus() - Method in class com.dev9.sauce.SauceREST
Not currently supported by Sauce Labs, but will one day return status of Sauce Labs services.
getScreenshotAs(OutputType<X>) - Method in class com.dev9.driver.ThreadLocalWebDriver
 
getServer() - Static method in class com.dev9.conf.SauceLabsCredentials
 
getSessionId() - Method in class com.dev9.driver.ThreadLocalWebDriver
 
getTestClass() - Method in class com.dev9.driver.TargetWebDriver
 
getTitle() - Method in class com.dev9.driver.ThreadLocalWebDriver
 
getTunnelStatus(String) - Method in class com.dev9.sauce.SauceREST
 
getType() - Method in class com.dev9.driver.TargetWebDriver
 
getUsageData() - Method in class com.dev9.sauce.SauceREST
Returns detailed usage data for the Sauce Labs account, including minutes used on a daily basis.
getUser() - Static method in class com.dev9.conf.SauceLabsCredentials
 
getVersion() - Method in class com.dev9.driver.TargetWebDriver
 
getWindowHandle() - Method in class com.dev9.driver.ThreadLocalWebDriver
 
getWindowHandles() - Method in class com.dev9.driver.ThreadLocalWebDriver
 

I

instanceOf(Class) - Method in class com.dev9.driver.ThreadLocalWebDriver
 
isLocal() - Method in class com.dev9.driver.TargetWebDriver
 
isRemote() - Method in class com.dev9.driver.TargetWebDriver
 
isRemote() - Method in class com.dev9.driver.ThreadLocalWebDriver
 
isTunnelPresent() - Method in class com.dev9.sauce.SauceREST
Verifies that one or more tunnels exist (but does not check tunnel state).

J

jobFailed(String) - Method in class com.dev9.sauce.SauceREST
Marks a job as failed; will appear as such in jobs list in Sauce Labs.
jobPassed(String) - Method in class com.dev9.sauce.SauceREST
Marks a job as passed; will appear as such in jobs list in Sauce Labs.

L

logInContext(WebDriver, String) - Static method in class com.dev9.sauce.SauceUtils
 

M

manage() - Method in class com.dev9.driver.ThreadLocalWebDriver
 

N

navigate() - Method in class com.dev9.driver.ThreadLocalWebDriver
 

Q

quit() - Method in class com.dev9.driver.ThreadLocalWebDriver
 

R

REST_URL - Static variable in class com.dev9.sauce.SauceRESTRequestBuilder
 

S

SauceLabsCredentials - Class in com.dev9.conf
User: yurodivuie Date: 5/27/13 Time: 6:07 PM
SauceLabsCredentials() - Constructor for class com.dev9.conf.SauceLabsCredentials
 
SauceREST - Class in com.dev9.sauce
Used to access the Sauce Labs rest API.
SauceREST(String, String) - Constructor for class com.dev9.sauce.SauceREST
Constructs a SauceREST object with all necessary authentication information.
SauceRESTRequest - Class in com.dev9.sauce
Request object used to package requests sent through SauceREST User: yurodivuie Date: 2/29/12 Time: 11:05 AM
SauceRESTRequest() - Constructor for class com.dev9.sauce.SauceRESTRequest
 
SauceRESTRequestBuilder - Class in com.dev9.sauce
Builder for SauceRESTRequest.
SauceRESTRequestBuilder() - Constructor for class com.dev9.sauce.SauceRESTRequestBuilder
 
SauceUtils - Class in com.dev9.sauce
User: yurodivuie Date: 7/18/13 Time: 11:23 AM
sendRestRequest(SauceRESTRequest) - Method in class com.dev9.sauce.SauceREST
Send a request to Sauce Labs configured using a SauceRESTRequest object.
setHTTPMethod(String) - Method in class com.dev9.sauce.SauceRESTRequestBuilder
 
setVersion(String) - Method in class com.dev9.sauce.SauceRESTRequestBuilder
Sets the version ("v1" is the default).
stopJob(String) - Method in class com.dev9.sauce.SauceREST
Stop a currently running job.
switchTo() - Method in class com.dev9.driver.ThreadLocalWebDriver
 

T

TargetWebDriver - Class in com.dev9.driver
User: yurodivuie Date: 6/2/13 Time: 4:26 PM
TargetWebDriver(Class, Browser, Type, String, Platform, DesiredCapabilities) - Constructor for class com.dev9.driver.TargetWebDriver
 
TargetWebDriver(Class) - Constructor for class com.dev9.driver.TargetWebDriver
 
ThreadLocalWebDriver - Class in com.dev9.driver
The purpose of this class is to provide a ThreadLocal instance of a WebDriver.
ThreadLocalWebDriver(Class) - Constructor for class com.dev9.driver.ThreadLocalWebDriver
 
ThreadLocalWebDriver(Class, String) - Constructor for class com.dev9.driver.ThreadLocalWebDriver
 
Type - Enum in com.dev9.driver
User: yurodivuie Date: 6/2/13 Time: 4:32 PM

U

updateJob(String, String, Object) - Method in class com.dev9.sauce.SauceREST
Updates a job in Sauce Labs with an arbitrary JSON key/value pair.
username - Variable in class com.dev9.sauce.SauceREST
 

V

valueOf(String) - Static method in enum com.dev9.driver.Browser
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.dev9.driver.Type
Returns the enum constant of this type with the specified name.
values() - Static method in enum com.dev9.driver.Browser
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.dev9.driver.Type
Returns an array containing the constants of this enum type, in the order they are declared.

W

WebtestConfigFactory - Class in com.dev9.conf
User: yurodivuie Date: 5/27/13 Time: 6:07 PM
WebtestConfigFactory() - Constructor for class com.dev9.conf.WebtestConfigFactory
 
A B C D E F G I J L M N Q R S T U V W 
Skip navigation links

Copyright © 2015 Dev9, LLC.. All rights reserved.