Exception: Async::WebDriver::ElementClickInterceptedError

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

Overview

The Element Click command could not be completed because the element receiving the events is obscuring the element that was requested clicked.

Constant Summary collapse

CODE =
"element click intercepted"