Method: WebkitRemote::Browser#stop_process

Defined in:
lib/webkit_remote/browser.rb

#stop_processBoolean Also known as: stop_process?

Returns if true, a WebkitRemote::Process will be stopped when this browser connection is closed.

Returns:

  • (Boolean)

    if true, a WebkitRemote::Process will be stopped when this browser connection is closed



77
78
79
# File 'lib/webkit_remote/browser.rb', line 77

def stop_process
  @stop_process
end