simualte and automate need to be there in SeleniumSession too
This commit is contained in:
parent
0d028e92fa
commit
2d427ed89e
@ -21,6 +21,13 @@ module Webrat
|
|||||||
def initialize(*args) # :nodoc:
|
def initialize(*args) # :nodoc:
|
||||||
end
|
end
|
||||||
|
|
||||||
|
def simulate
|
||||||
|
end
|
||||||
|
|
||||||
|
def automate
|
||||||
|
yield
|
||||||
|
end
|
||||||
|
|
||||||
def visit(url)
|
def visit(url)
|
||||||
selenium.open(url)
|
selenium.open(url)
|
||||||
end
|
end
|
||||||
|
Loading…
Reference in New Issue
Block a user