org.openqa.grid.selenium.proxy
Class SeleniumRemoteProxy
java.lang.Object
org.openqa.grid.internal.RemoteProxy
org.openqa.grid.selenium.proxy.DefaultRemoteProxy
org.openqa.grid.selenium.proxy.SeleniumRemoteProxy
- All Implemented Interfaces:
- Comparable<RemoteProxy>, CommandListener, SelfHealingProxy, TestSessionListener, TimeoutListener
Deprecated.
@Deprecated
public class SeleniumRemoteProxy
- 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()
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, getStatus, getTestSlots, getTimeOut, getTotalUsed, hashCode, isBusy, setCapabilityHelper, setupTimeoutListener, toString |
SeleniumRemoteProxy
public SeleniumRemoteProxy(RegistrationRequest request,
Registry registry)
- Deprecated.
Copyright © 2012. All Rights Reserved.