class Selenium::WebDriver::Error::InvalidElementStateError

Raised when an interaction could not be performed because the element is in an invalid state (e.g. attempting to click a disabled element).

An element command could not be completed because the element is in an invalid state, e.g. attempting to click an element that is no longer attached to the document.