Method: Selenium::WebDriver::Timeouts#script

Defined in:
lib/selenium/webdriver/common/timeouts.rb

#scriptObject Also known as: script_timeout

Gets the amount of time to wait for an asynchronous script to finish execution before throwing an error.

[View source]

48
49
50
# File 'lib/selenium/webdriver/common/timeouts.rb', line 48

def script
  Float(@bridge.timeouts['script']) / 1000
end