Method: WebkitRemote::Browser#closed

Defined in:
lib/webkit_remote/browser.rb

#closedBoolean (readonly) Also known as: closed?

Returns if true, the connection to the remote debugging server has been closed, and this instance is mostly useless.

Returns:

  • (Boolean)

    if true, the connection to the remote debugging server has been closed, and this instance is mostly useless



113
114
115
# File 'lib/webkit_remote/browser.rb', line 113

def closed
  @closed
end