Skip to content

Commit

Permalink
simualte and automate need to be there in SeleniumSession too
Browse files Browse the repository at this point in the history
  • Loading branch information
brynary committed Dec 8, 2008
1 parent 0d028e9 commit 2d427ed
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions lib/webrat/selenium/selenium_session.rb
Expand Up @@ -21,6 +21,13 @@ class SeleniumSession
def initialize(*args) # :nodoc:
end

def simulate
end

def automate
yield
end

def visit(url)
selenium.open(url)
end
Expand Down

0 comments on commit 2d427ed

Please sign in to comment.