lib/selenium/client/idiomatic.rb in selenium-client-1.2.17 vs lib/selenium/client/idiomatic.rb in selenium-client-1.2.18

- old
+ new

@@ -470,10 +470,10 @@ end # Set the execution delay in milliseconds, i.e. a pause delay following # each selenium operation. By default, there is no such delay. # - # Setting an execution can be useful to troubleshoot of capture videos + # Setting an execution can be useful to troubleshoot or capture videos def execution_delay=(delay_in_milliseconds) remote_control_command "setSpeed", [delay_in_milliseconds] end def actual_timeout_in_milliseconds(timeout_in_seconds)