Module
Selenium::Client::Protocol
In:
lib/selenium/client/protocol.rb
Module in charge of handling
Selenium
over-the-wire HTTP protocol
Methods
boolean_array_command
boolean_command
http_post
http_request_for
number_array_command
number_command
parse_boolean_value
remote_control_command
string_array_command
string_command
Attributes
session_id
[R]
Public Instance methods
boolean_array_command
(verb, args)
boolean_command
(verb, args=[])
number_array_command
(verb, args)
number_command
(verb, args)
remote_control_command
(verb, args=[])
string_array_command
(verb, args=[])
string_command
(verb, args=[])
Protected Instance methods
http_post
(data)
http_request_for
(verb, args)
parse_boolean_value
(value)
[Validate]