Method: Selenium::Client::Protocol#string_command
- Defined in:
- lib/selenium/client/protocol.rb
#string_command(verb, args = []) ⇒ Object
18 19 20 |
# File 'lib/selenium/client/protocol.rb', line 18 def string_command(verb, args=[]) remote_control_command(verb, args) end |