org.openqa.grid.selenium
Class SelfRegisteringWebDriver

java.lang.Object
  extended by org.openqa.grid.selenium.SelfRegisteringRemote
      extended by org.openqa.grid.selenium.SelfRegisteringWebDriver

public class SelfRegisteringWebDriver
extends SelfRegisteringRemote


Constructor Summary
SelfRegisteringWebDriver(GridConfiguration config)
           
 
Method Summary
 void addFirefoxSupport()
           
 void addInternetExplorerSupport()
           
 void addSafariSupport()
           
 RegistrationRequest getRegistrationRequest()
           
 URL getRemoteURL()
           
 
Methods inherited from class org.openqa.grid.selenium.SelfRegisteringRemote
addChromeSupport, addCustomBrowser, create, getGridConfig, launchRemoteServer, registerToHub, setMaxConcurrentSession, setTimeout, stopRemoteServer
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

SelfRegisteringWebDriver

public SelfRegisteringWebDriver(GridConfiguration config)
Method Detail

getRemoteURL

public URL getRemoteURL()
Specified by:
getRemoteURL in class SelfRegisteringRemote

getRegistrationRequest

public RegistrationRequest getRegistrationRequest()
Overrides:
getRegistrationRequest in class SelfRegisteringRemote

addFirefoxSupport

public void addFirefoxSupport()
Specified by:
addFirefoxSupport in class SelfRegisteringRemote

addInternetExplorerSupport

public void addInternetExplorerSupport()
Specified by:
addInternetExplorerSupport in class SelfRegisteringRemote

addSafariSupport

public void addSafariSupport()
Specified by:
addSafariSupport in class SelfRegisteringRemote


Copyright © 2011. All Rights Reserved.