org.seleniuminspector
Class SeleniumWithServerAutostartFactory

java.lang.Object
  extended by org.seleniuminspector.SeleniumFactory
      extended by org.seleniuminspector.SeleniumWithServerAutostartFactory

public class SeleniumWithServerAutostartFactory
extends SeleniumFactory


Constructor Summary
SeleniumWithServerAutostartFactory(int serverPort, java.lang.String browserPath, java.lang.String browserUrl)
           
SeleniumWithServerAutostartFactory(int serverPort, java.lang.String browserPath, java.lang.String browserUrl, boolean addNamespacesToXpath)
           
 
Method Summary
 com.thoughtworks.selenium.Selenium getSelenium()
           
 boolean isSlowResources()
           
 void setSlowResources(boolean slowResources)
           
 
Methods inherited from class org.seleniuminspector.SeleniumFactory
getBrowserPath, getBrowserUrl, getServerHost, getServerPort, isAddNamespacesToXpath, setAddNamespacesToXpath, setBrowserPath, setBrowserUrl, setServerHost, setServerPort
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

SeleniumWithServerAutostartFactory

public SeleniumWithServerAutostartFactory(int serverPort,
                                          java.lang.String browserPath,
                                          java.lang.String browserUrl,
                                          boolean addNamespacesToXpath)

SeleniumWithServerAutostartFactory

public SeleniumWithServerAutostartFactory(int serverPort,
                                          java.lang.String browserPath,
                                          java.lang.String browserUrl)
Method Detail

isSlowResources

public boolean isSlowResources()

setSlowResources

public void setSlowResources(boolean slowResources)

getSelenium

public com.thoughtworks.selenium.Selenium getSelenium()
Overrides:
getSelenium in class SeleniumFactory


Copyright © 1998-2009 TeamDev Ltd. All Rights Reserved.