Method: Selenium::Client::Protocol#number_array_command

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

#number_array_command(verb, args) ⇒ Object



51
52
53
# File 'lib/selenium/client/protocol.rb', line 51

def number_array_command(verb, args)
  string_array_command verb, args
end