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" <kapil1089thek...@gmail.com> 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.
>
> watir-general@googlegroups.com
> http://groups.google.com/group/watir-general
> watir-general+unsubscr...@googlegroups.com
>

-- 
Before posting, please read http://watir.com/support. In short: search before 
you ask, be nice.

watir-general@googlegroups.com
http://groups.google.com/group/watir-general
watir-general+unsubscr...@googlegroups.com

Reply via email to