|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.openqa.grid.internal.BaseRemoteProxy
org.openqa.grid.selenium.proxy.DefaultRemoteProxy
org.openqa.grid.selenium.proxy.SeleniumRemoteProxy
@Deprecated public class SeleniumRemoteProxy
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.BaseRemoteProxy |
---|
remoteHost |
Constructor Summary | |
---|---|
SeleniumRemoteProxy(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.BaseRemoteProxy |
---|
compareTo, equals, forceSlotCleanerRun, getCapabilityHelper, getConfig, getHttpClientFactory, getId, getMaxNumberOfConcurrentTestSessions, getNewInstance, getOriginalRegistrationRequest, getRegistry, getRemoteHost, getResourceUsageInPercent, getStatus, getTestSlots, getTimeOut, getTotalUsed, hasCapability, hashCode, isBusy, setupTimeoutListener, toString |
Methods inherited from class java.lang.Object |
---|
clone, finalize, getClass, notify, notifyAll, wait, wait, wait |
Constructor Detail |
---|
public SeleniumRemoteProxy(RegistrationRequest request, Registry registry)
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |