Method: Selenium::WebDriver::Timeouts#script
- Defined in:
- lib/selenium/webdriver/common/timeouts.rb
permalink #script ⇒ Object Also known as: script_timeout
Gets the amount of time to wait for an asynchronous script to finish execution before throwing an error.
48 49 50 |
# File 'lib/selenium/webdriver/common/timeouts.rb', line 48 def script Float(@bridge.timeouts['script']) / 1000 end |