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

Packages that use RemoteCommandException
org.openqa.selenium.server Provides the core Selenium Server classes. 
 

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(java.lang.String browserString, java.lang.String startURL, boolean multiWindow, boolean ensureClean)
          Creates and tries to open a new session.
 java.lang.String FrameGroupCommandQueueSet.doCommand(java.lang.String command, java.lang.String arg, java.lang.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  java.lang.String SeleniumDriverResourceHandler.getNewBrowserSession(java.lang.String browserString, java.lang.String startURL)
           
 BrowserSessionFactory.BrowserSessionInfo BrowserSessionFactory.getNewBrowserSession(java.lang.String browserString, java.lang.String startURL, boolean multiWindow)
          Gets a new browser session, using the SeleniumServer static fields to populate parameters.
protected  BrowserSessionFactory.BrowserSessionInfo BrowserSessionFactory.getNewBrowserSession(java.lang.String browserString, java.lang.String startURL, boolean multiWindow, boolean useCached, boolean ensureClean)
          Gets a new browser session
 java.lang.String FrameGroupCommandQueueSet.waitForLoad(long timeoutInMilliseconds)
           
 



Copyright © 2008. All Rights Reserved.