|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.saucelabs.selenium.client.client.factory.spi.SeleniumFactorySPI
com.saucelabs.selenium.client.client.logging.LoggingSeleniumSPIImpl
@MetaInfServices public class LoggingSeleniumSPIImpl
SeleniumFactorySPI that handles "log:...".
| Constructor Summary | |
|---|---|
LoggingSeleniumSPIImpl()
|
|
| Method Summary | |
|---|---|
static com.thoughtworks.selenium.Selenium |
createLoggingSelenium(com.thoughtworks.selenium.Selenium base)
Creates a logging selenium around the given Selenium driver. |
com.thoughtworks.selenium.Selenium |
createSelenium(SeleniumFactory factory,
java.lang.String browserURL)
Instantiates the driver. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public LoggingSeleniumSPIImpl()
| Method Detail |
|---|
public com.thoughtworks.selenium.Selenium createSelenium(SeleniumFactory factory,
java.lang.String browserURL)
SeleniumFactorySPI
This method is invoked in response to SeleniumFactory.createSelenium() to actually
instantiate the driver.
createSelenium in class SeleniumFactorySPIfactory - The factory that captures the configuration that the calling user application is looking for.
Never null.browserURL - See the parameter of the same name in DefaultSelenium.DefaultSelenium(String, int, String, String).
This specifies the domain name in the format of "http://foo.example.com" where the test occurs.
SeleniumFactory to try other SPIs found in the system.public static com.thoughtworks.selenium.Selenium createLoggingSelenium(com.thoughtworks.selenium.Selenium base)
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||