WebDriverError

The base WebDriver error type. This error type is only used directly when a more appropriate category is not defined for the offending error.

Constructor

new WebDriverError(opt_erroropt)

Parameters:
NameTypeAttributesDescription
opt_errorstring<optional>

the error message, if any.

Members

name

remoteStacktrace :string

A stacktrace reported by the remote webdriver endpoint that initially reported this error. This property will be an empty string if the remote end did not provide a stacktrace.

Type:
  • string