com.thoughtworks.selenium
Class SeleniumCommandTimedOutException
java.lang.Object
   java.lang.Throwable
java.lang.Throwable
       java.lang.Exception
java.lang.Exception
           java.lang.RuntimeException
java.lang.RuntimeException
               com.thoughtworks.selenium.SeleniumCommandTimedOutException
com.thoughtworks.selenium.SeleniumCommandTimedOutException
- All Implemented Interfaces: 
- Serializable
- public class SeleniumCommandTimedOutException 
- extends RuntimeException
 Thrown to indicate that the remote process failed to respond within a specified timeout.
 
 
 
 This typically happens when the browser fails to call us back, but if the driver is using a proxy
 or a CommandBridge, the remote driver may have failed to give us a new command in time.
 
 
 
 When a SeleniumCommandTimedOutException is thrown, we have to assume that the command queue is
 out-of-sync with the remote process (e.g. browser). When this happens, the browser should be
 stopped (killed) and the queue should be flushed.
- Author:
- paul
- See Also:
- Serialized Form
 
 
| Methods inherited from class java.lang.Throwable | 
| fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString | 
 
 
SeleniumCommandTimedOutException
public SeleniumCommandTimedOutException()
Copyright © 2013. All Rights Reserved.