Method: Selenium::Client::GeneratedDriver#get_speed
- Defined in:
- lib/selenium/client/legacy_driver.rb
#get_speed ⇒ Object
Get execution speed (i.e., get the millisecond length of the delay following each selenium operation). By default, there is no such delay, i.e., the delay is 0 milliseconds.
See also setSpeed.
456 457 458 |
# File 'lib/selenium/client/legacy_driver.rb', line 456 def get_speed() return string_command("getSpeed", []) end |