Uses of Class
org.openqa.grid.common.SeleniumProtocol

Packages that use SeleniumProtocol
org.openqa.grid.common   
org.openqa.grid.internal   
org.openqa.grid.internal.utils   
 

Uses of SeleniumProtocol in org.openqa.grid.common
 

Methods in org.openqa.grid.common that return SeleniumProtocol
static SeleniumProtocol SeleniumProtocol.valueOf(java.lang.String name)
          Returns the enum constant of this type with the specified name.
static SeleniumProtocol[] SeleniumProtocol.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 

Uses of SeleniumProtocol in org.openqa.grid.internal
 

Methods in org.openqa.grid.internal that return SeleniumProtocol
 SeleniumProtocol TestSlot.getProtocol()
          the type of protocol for the TestSlot.Ideally should always be webdriver, but can also be selenium1 protocol for backward compatibility purposes.
 

Constructors in org.openqa.grid.internal with parameters of type SeleniumProtocol
TestSlot(RemoteProxy proxy, SeleniumProtocol protocol, java.lang.String path, java.util.Map<java.lang.String,java.lang.Object> capabilities)
           
 

Uses of SeleniumProtocol in org.openqa.grid.internal.utils
 

Methods in org.openqa.grid.internal.utils that return SeleniumProtocol
 SeleniumProtocol ForwardConfiguration.getProtocol()
           
 

Methods in org.openqa.grid.internal.utils with parameters of type SeleniumProtocol
 void ForwardConfiguration.setProtocol(SeleniumProtocol protocol)
           
 



Copyright © 2011. All Rights Reserved.