|
||||||||||
| 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.factory.impl.DefaultSeleniumSPIImpl
@MetaInfServices public class DefaultSeleniumSPIImpl
SeleniumFactorySPI that connects to Selenium RCs over its standard HTTP-based protocol.
| Field Summary | |
|---|---|
static int |
DEFAULT_PORT
|
| Constructor Summary | |
|---|---|
DefaultSeleniumSPIImpl()
|
|
| Method Summary | |
|---|---|
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 |
| Field Detail |
|---|
public static final int DEFAULT_PORT
| Constructor Detail |
|---|
public DefaultSeleniumSPIImpl()
| 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.
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||