lib/selenium/client/selenium_helper.rb in selenium-client-1.2.15 vs lib/selenium/client/selenium_helper.rb in selenium-client-1.2.16
- old
+ new
@@ -3,10 +3,10 @@
# call to a missing method will be automatically sent to the @selenium
# object.
module Selenium
module Client
- module SeleniumHelper
+ module SeleniumHelper
# Overrides default open method to actually delegates to @selenium
def open(url)
@selenium.open url
end
\ No newline at end of file