Package org.openqa.selenium.remote

Interface Summary
AugmenterProvider Describes and provides an implementation for a particular interface for use with the Augmenter.
BrowserType All the browsers supported by selenium
CommandExecutor  
DriverCommand An empty interface defining constants for the standard commands defined in the WebDriver JSON wire protocol.
ExecuteMethod An encapsulation of RemoteWebDriver.executeScript(String, Object...).
FileDetector Used for identifying whether a sequence of chars represents the path to a file.
InterfaceImplementation An implementation of a particular interface, used by the Augmenter.
 

Class Summary
AddFindsByCss  
AddFindsChildByCss  
AddRotatable  
Augmenter Enhance the interfaces implemented by an instance of the RemoteWebDriver based on the returned Capabilities of the driver.
BeanToJsonConverter Utility class for converting between JSON and Java Objects.
Command  
ErrorCodes Defines common error codes for the wire protocol.
ErrorHandler Maps exceptions to status codes for sending over the wire.
HttpCommandExecutor  
JsonToBeanConverter  
LocalFileDetector Detects files on the local disk.
PropertyMunger  
RemoteExecuteMethod  
RemoteKeyboard An implementation of the keyboard for use with the remote webdriver.
RemoteLogs  
RemoteTouchScreen  
RemoteWebDriver  
RemoteWebElement  
Response  
SessionId  
SimplePropertyDescriptor  
UselessFileDetector A file detector that never finds anything.
 

Enum Summary
RemoteWebDriver.When  
 

Exception Summary
ErrorHandler.UnknownServerException Exception used as a place holder if the server returns an error without a stack trace.
JsonException  
ScreenshotException  
SessionNotFoundException Indicates that the session is not found (either terminated or not started).
SessionTerminatedException Deprecated. To be removed in 2.28, use SessionNotFoundException instead
UnreachableBrowserException Indicates there was a problem communicating with the browser being controlled or the Selenium server.
 



Copyright © 2012. All Rights Reserved.