Module: Selenium

Defined in:
lib/selenium/client/legacy_driver.rb,
lib/selenium/client/base.rb,
lib/selenium/client/driver.rb,
lib/selenium/command_error.rb,
lib/selenium/protocol_error.rb,
lib/selenium/client/protocol.rb,
lib/selenium/client/idiomatic.rb,
lib/selenium/client/extensions.rb,
lib/selenium/client/selenium_helper.rb,
lib/selenium/rspec/reporting/html_report.rb,
lib/selenium/rake/remote_control_stop_task.rb,
lib/selenium/remote_control/remote_control.rb,
lib/selenium/rake/remote_control_start_task.rb,
lib/selenium/rspec/reporting/system_capture.rb,
lib/selenium/rspec/reporting/file_path_strategy.rb,
lib/selenium/client/javascript_frameworks/jquery.rb,
lib/selenium/client/javascript_expression_builder.rb,
lib/selenium/client/javascript_frameworks/prototype.rb,
lib/selenium/rspec/reporting/selenium_test_report_formatter.rb

Overview

Defines a mixin module that you can use to write Selenium tests without typing “@selenium.” in front of every command. Every call to a missing method will be automatically sent to the @selenium object.

Defined Under Namespace

Modules: Client, RSpec, Rake, RemoteControl Classes: CommandError, ProtocolError

Constant Summary collapse

SeleniumDriver =
Selenium::Client::Driver