Exception: Selenium::WebDriver::Error::InvalidSessionIdError

Inherits:
WebDriverError
  • Object
show all
Defined in:
lib/selenium/webdriver/common/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.

Method Summary

Methods inherited from WebDriverError

#class_name, #initialize

Constructor Details

This class inherits a constructor from Selenium::WebDriver::Error::WebDriverError