This repository is private.
All pages are served over SSL and all pushing and pulling is done over SSH.
No one may fork, clone, or view it unless they are added as a member.
Every repository with this icon (
) is private.
Every repository with this icon (
This repository is public.
Anyone may fork, clone, or view it.
Every repository with this icon (
) is public.
Every repository with this icon (
Methods
A new method, generated with WatirCraft’s method generator, will have this
skeleton:
module projectname
module Methods
def methodname
# Place the code for your method here.
end
end
end
Methods can be used with rspec tests, cucumber steps and can be referenced from
other methods.
Methods have access to @browser, @site and any other execution methods that are defined.






