Method: Selenium::WebDriver::Remote::OSS::Bridge#timeout

Defined in:
lib/selenium/webdriver/remote/oss/bridge.rb

#timeout(type, milliseconds) ⇒ Object

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.



67
68
69
# File 'lib/selenium/webdriver/remote/oss/bridge.rb', line 67

def timeout(type, milliseconds)
  execute :set_timeout, {}, {type: type, ms: milliseconds}
end