Method: WebkitRemote::Browser#process
- Defined in:
- lib/webkit_remote/browser.rb
#process ⇒ WebkitRemote::Process? (readonly)
Returns Process instance passed to this connection’s constructor.
103 104 105 |
# File 'lib/webkit_remote/browser.rb', line 103 def process @process end |