Exception: Async::WebDriver::InvalidSessionIdError

Inherits:
Error
  • Object
show all
Defined in:
lib/async/webdriver/error.rb

Overview

Occurs if the given session id is not in the list of active sessions, meaning the session either does not exist or that it’s not active.

Constant Summary collapse

CODE =
"invalid session id"