I am using watir on a Windows environment with FireFox 3.6 through FireWatir. I can successfully run one watir test without any problems. I need to be able to:
and. Create and manage multiple browser instances or tabs from a single test script
or
b. Run two test scripts simultaneously from separate ruby instances
Currently, attempts for both a and b cause both Browser.new commands to return the same browser instance, so the scripts switch to each other.
Are any of these scenarios possible? I have seen several posts from 2008/2009 on a branch of several browsers, has this code been finalized in the general release?
Thank,
Jeff
source
share