Method: Selenium::Client::Protocol#number_command

Defined in:
lib/selenium/client/protocol.rb

#number_command(verb, args) ⇒ Object


47
48
49
# File 'lib/selenium/client/protocol.rb', line 47

def number_command(verb, args)
  string_command verb, args
end