Module SeleniumHelper
In: lib/selenium/openqa/selenium.rb

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.

Methods

method_missing   open   select   type  

Public Instance methods

Passes all calls to missing methods to @selenium

Overrides standard "open" method with @selenium.open

Overrides standard "select" method with @selenium.select

Overrides standard "type" method with @selenium.type

[Validate]