Exception: Async::WebDriver::NoSuchWindowError

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

Overview

A command to switch to a window could not be satisfied because the window could not be found.

Constant Summary collapse

CODE =
"no such window"