|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
public interface SauceOnDemandSelenium
Additional methods exposed by Selenium returned from the "sauce-ondemand:..." URL.
| Method Summary | |
|---|---|
com.saucelabs.rest.Credential |
getCredential()
Gets the credential used to connect to Sauce OnDemand. |
java.net.URL |
getSeleniumServerLogFile()
Obtains the URL for downloading the Selenium server log file. |
java.io.InputStream |
getSeleniumServerLogFileInputStream()
Retrieves the contents of the Selenium server log file. |
java.lang.String |
getSessionIdValue()
Obtains the session ID of this Selenium. |
java.net.URL |
getVideo()
Obtains the URL for downloading the video recording video.flv. |
java.io.InputStream |
getVideoInputStream()
Retrieves the contents of the video recording. |
void |
jobFailed()
|
void |
jobPassed()
|
void |
setBuildNumber(java.lang.String buildNumber)
|
| Method Detail |
|---|
java.lang.String getSessionIdValue()
If the session has ended via Selenium.stop(),
this method returns the session ID of the last session.
com.saucelabs.rest.Credential getCredential()
java.net.URL getSeleniumServerLogFile()
throws java.io.IOException
Note that to acccess this URL you need to send in the credential through BASIC auth. Note that this file only becomes available some time after the test is stopped.
java.io.IOException
java.net.URL getVideo()
throws java.io.IOException
Note that to acccess this URL you need to send in the credential through BASIC auth. Note that this file only becomes available some time after the test is stopped.
java.io.IOException
java.io.InputStream getSeleniumServerLogFileInputStream()
throws java.io.IOException
Note that this file only becomes available some time after the test is stopped.
java.io.IOException
java.io.InputStream getVideoInputStream()
throws java.io.IOException
Note that this file only becomes available some time after the test is stopped.
java.io.IOException
void jobPassed()
throws java.io.IOException
java.io.IOException
void jobFailed()
throws java.io.IOException
java.io.IOException
void setBuildNumber(java.lang.String buildNumber)
throws java.io.IOException
java.io.IOException
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||