Uses of Class
org.openqa.selenium.server.RemoteCommandException

Packages that use RemoteCommandException
org.openqa.selenium.server   
 

Uses of RemoteCommandException in org.openqa.selenium.server
 

Subclasses of RemoteCommandException in org.openqa.selenium.server
 class WindowClosedException
           
 

Methods in org.openqa.selenium.server that throw RemoteCommandException
protected  BrowserSessionFactory.BrowserSessionInfo BrowserSessionFactory.createNewRemoteSession(String browserString, String startURL, String extensionJs, Capabilities browserConfiguration, boolean ensureClean, RemoteControlConfiguration configuration)
          Creates and tries to open a new session.
 String FrameGroupCommandQueueSet.doCommand(String command, String arg, String value)
          Schedules the specified command to be retrieved by the next call to handle command result, and returns the result of that command.
protected  String SeleniumDriverResourceHandler.getNewBrowserSession(String browserString, String startURL, String extensionJs, Capabilities browserConfigurations)
           
protected  BrowserSessionFactory.BrowserSessionInfo BrowserSessionFactory.getNewBrowserSession(String browserString, String startURL, String extensionJs, Capabilities browserConfigurations, boolean useCached, boolean ensureClean, RemoteControlConfiguration configuration)
          Gets a new browser session
 BrowserSessionFactory.BrowserSessionInfo BrowserSessionFactory.getNewBrowserSession(String browserString, String startURL, String extensionJs, Capabilities browserConfigurations, RemoteControlConfiguration configuration)
          Gets a new browser session, using the SeleniumServer static fields to populate parameters.
 String FrameGroupCommandQueueSet.waitForLoad(long timeoutInMilliseconds)
           
 



Copyright © 2012. All Rights Reserved.