This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
EAC setup 2008-04-14 | |
Notes: | |
Entries beginning with a * represent prompts answered on the | |
screen. Entries beginning with a ! represent actions taken | |
outside of the software world. | |
Wizard: |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# OLD run_test | |
def run_test | |
if @headless | |
headless = Headless.new | |
headless.start | |
end | |
if @browser == :safari | |
b = Watir::Safari.new |
NewerOlder