Class webdriver.promise.CancellationError

code »
Errorgoog.debug.Error
      └ webdriver.promise.CancellationError

Error used when the computation of a promise is cancelled.

Constructor

webdriver.promise.CancellationError ( opt_msg )
Parameters
opt_msg: string=
The cancellation message.
Show:

Static Properties