Create instances of browsers with different variable names like.. Brw1 = Watir::Browser.new Brw2 = Watir::Browser.new and so on... On Oct 10, 2012 4:06 PM, "Kapil Rajak" <[email protected]> wrote:
> When I create 6 threads, I want them to run concurrently, but it runs one > by one, even I have fond that all other threads are stuck at > @browser=Watir::Browser.new by printing statement. > > What could be reasons? > > -- > Before posting, please read http://watir.com/support. In short: search > before you ask, be nice. > > [email protected] > http://groups.google.com/group/watir-general > [email protected] > -- Before posting, please read http://watir.com/support. In short: search before you ask, be nice. [email protected] http://groups.google.com/group/watir-general [email protected]
