Exception: Async::WebDriver::NoSuchFrameError

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

Overview

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

Constant Summary collapse

CODE =
"no such frame"