How to use WatiN to control browser tabs?
Posted
by Dmitri Nesteruk
on Stack Overflow
See other posts from Stack Overflow
or by Dmitri Nesteruk
Published on 2010-05-23T20:22:30Z
Indexed on
2010/05/23
20:31 UTC
Read the original article
Hit count: 471
I want to use WatiN with IE in a parallel setting, i.e. work with dozens/hundreds of pages at once. I've tried sticking it into a Parallel.For loop only to see the whole thing crash, so I'm thinking opening multiple tabs in the browser is the way to go. Can someone suggest how this can be done using WatiN (or just some IE-related API) or whether there's a better way? TIA!
© Stack Overflow or respective owner