# File lib/selenium/client/idiomatic.rb, line 294
294:       def remote_control_timeout_in_seconds=(timeout_in_seconds)
295:         remote_control_command "setTimeout", [actual_timeout_in_milliseconds(timeout_in_seconds),]
296:       end