class Selenium::WebDriver::Error::ElementNotDisplayedError

Raised to indicate that although an element is present on the DOM, it is not visible, and so is not able to be interacted with.

An element command could not be completed because the element is not visible on the page.