Method: Selenium::WebDriver::Firefox::Binary#wait

Defined in:
lib/selenium/webdriver/firefox/binary.rb

#waitObject

This method is part of a private API. You should avoid using this method if possible, as it may be removed or be changed in the future.



42
43
44
# File 'lib/selenium/webdriver/firefox/binary.rb', line 42

def wait
  @process.poll_for_exit(WAIT_TIMEOUT) if @process
end