Exception: Async::WebDriver::DetachedShadowRootError

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

Overview

A command failed because the referenced shadow root is no longer attached to the DOM.

Constant Summary collapse

CODE =
"detached shadow root"