Method: Selenium::WebDriver::ChildProcess::JRubyProcess#wait

Defined in:
lib/selenium/webdriver/child_process.rb

#waitObject



182
183
184
185
186
# File 'lib/selenium/webdriver/child_process.rb', line 182

def wait
  assert_started
  @process.waitFor
  [nil, @process.exitValue] # no robust way to get pid here
end