org.openqa.grid.selenium.proxy
Class WebDriverRemoteProxy

java.lang.Object
  extended by org.openqa.grid.internal.RemoteProxy
      extended by org.openqa.grid.selenium.proxy.DefaultRemoteProxy
          extended by org.openqa.grid.selenium.proxy.WebDriverRemoteProxy
All Implemented Interfaces:
java.lang.Comparable<RemoteProxy>, CommandListener, SelfHealingProxy, TestSessionListener, TimeoutListener

Deprecated.

@Deprecated
public class WebDriverRemoteProxy
extends DefaultRemoteProxy

WebdriverRemoteProxy and SeleniumRemoteProxy have been merged into DefaultRemoteProxy. Use that instead. The distinction between the RC/Selenium protocol and WebDriver protocol is now done at the TestSlot level, so if you want your custom proxy to do something specific for only one of those protocol, you'll have to check the protocol of each slot : getTestSlots().get(index).getProtocol()


Field Summary
 
Fields inherited from class org.openqa.grid.internal.RemoteProxy
remoteHost
 
Constructor Summary
WebDriverRemoteProxy(RegistrationRequest request, Registry registry)
          Deprecated.  
 
Method Summary
 
Methods inherited from class org.openqa.grid.selenium.proxy.DefaultRemoteProxy
addNewEvent, afterCommand, afterSession, beforeCommand, beforeRelease, beforeSession, getHtmlRender, getNewSession, isAlive, isDown, onEvent, startPolling, stopPolling, teardown
 
Methods inherited from class org.openqa.grid.internal.RemoteProxy
compareTo, equals, getCapabilityHelper, getConfig, getHttpClientFactory, getId, getMaxNumberOfConcurrentTestSessions, getNewInstance, getOriginalRegistrationRequest, getRegistry, getRemoteHost, getTestSlots, getTimeOut, getTotalUsed, hashCode, isBusy, setCapabilityHelper, setupTimeoutListener, toString
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
 

Constructor Detail

WebDriverRemoteProxy

public WebDriverRemoteProxy(RegistrationRequest request,
                            Registry registry)
Deprecated. 


Copyright © 2011. All Rights Reserved.