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

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

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)
           
 



Copyright © 2011. All Rights Reserved.