com.saucelabs.selenium.client.embedded_rc
Class EmbeddedRcSPIImpl

java.lang.Object
  extended by com.saucelabs.selenium.client.factory.spi.SeleniumFactorySPI
      extended by com.saucelabs.selenium.client.embedded_rc.EmbeddedRcSPIImpl

@MetaInfServices
public class EmbeddedRcSPIImpl
extends com.saucelabs.selenium.client.factory.spi.SeleniumFactorySPI

SeleniumFactorySPI implementation that lets you run Selenium RC inside the same JVM.

Author:
Kohsuke Kawaguchi

Constructor Summary
EmbeddedRcSPIImpl()
           
 
Method Summary
 boolean canHandle(java.lang.String uri)
           
 com.thoughtworks.selenium.Selenium createSelenium(com.saucelabs.selenium.client.factory.SeleniumFactory factory, java.lang.String browserURL)
           
 org.openqa.selenium.WebDriver createWebDriver(com.saucelabs.selenium.client.factory.SeleniumFactory factory, java.lang.String browserURL)
           
protected  java.lang.String getPlatformDefaultBrowser()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

EmbeddedRcSPIImpl

public EmbeddedRcSPIImpl()
Method Detail

createSelenium

public com.thoughtworks.selenium.Selenium createSelenium(com.saucelabs.selenium.client.factory.SeleniumFactory factory,
                                                         java.lang.String browserURL)
Specified by:
createSelenium in class com.saucelabs.selenium.client.factory.spi.SeleniumFactorySPI

createWebDriver

public org.openqa.selenium.WebDriver createWebDriver(com.saucelabs.selenium.client.factory.SeleniumFactory factory,
                                                     java.lang.String browserURL)
Specified by:
createWebDriver in class com.saucelabs.selenium.client.factory.spi.SeleniumFactorySPI

canHandle

public boolean canHandle(java.lang.String uri)
Specified by:
canHandle in class com.saucelabs.selenium.client.factory.spi.SeleniumFactorySPI

getPlatformDefaultBrowser

protected java.lang.String getPlatformDefaultBrowser()


Copyright © 2012. All Rights Reserved.