Uses of Class
com.saucelabs.selenium.client.client.factory.SeleniumFactory

Packages that use SeleniumFactory
com.saucelabs.selenium.client.client.factory Factory abstraction for Selenium to reduce hard-coding of the information. 
com.saucelabs.selenium.client.client.factory.impl   
com.saucelabs.selenium.client.client.factory.spi SPI implemented by the Selenium drivers to make drivers discoverable. 
com.saucelabs.selenium.client.client.logging Selenium driver that wraps around another driver and logs every commands that go through it. 
 

Uses of SeleniumFactory in com.saucelabs.selenium.client.client.factory
 

Methods in com.saucelabs.selenium.client.client.factory that return SeleniumFactory
 SeleniumFactory SeleniumFactory.clone()
          Creates a clone of this factory that's identically configured.
 SeleniumFactory SeleniumFactory.setClassLoader(java.lang.ClassLoader cl)
          Sets the classloader used for searching the driver.
 SeleniumFactory SeleniumFactory.setProperty(java.lang.String key, java.lang.Object value)
          Sets other misc.
 SeleniumFactory SeleniumFactory.setUri(java.lang.String uri)
          Sets the URI of the Selenium driver.
 

Uses of SeleniumFactory in com.saucelabs.selenium.client.client.factory.impl
 

Methods in com.saucelabs.selenium.client.client.factory.impl with parameters of type SeleniumFactory
 com.thoughtworks.selenium.Selenium DefaultSeleniumSPIImpl.createSelenium(SeleniumFactory factory, java.lang.String browserURL)
           
 

Uses of SeleniumFactory in com.saucelabs.selenium.client.client.factory.spi
 

Methods in com.saucelabs.selenium.client.client.factory.spi with parameters of type SeleniumFactory
abstract  com.thoughtworks.selenium.Selenium SeleniumFactorySPI.createSelenium(SeleniumFactory factory, java.lang.String browserURL)
          Instantiates the driver.
 

Uses of SeleniumFactory in com.saucelabs.selenium.client.client.logging
 

Methods in com.saucelabs.selenium.client.client.logging with parameters of type SeleniumFactory
 com.thoughtworks.selenium.Selenium LoggingSeleniumSPIImpl.createSelenium(SeleniumFactory factory, java.lang.String browserURL)
           
 



Copyright © 2010. All Rights Reserved.