Nobody has this problem? All your IE windows have different sessions with watir?
Barry On Jan 6, 10:34 pm, Barry <[email protected]> wrote: > I tried to open two IE windows at the same time. In watir-webdriver, > Firefox alway open them in seperate session. But in Watir, the two IE > windows share the same cookie. For example, the shopping cart is > shared. How can I keep the shopping carts seperated? I tried > new_process, open_process, start, new. But all didn't work. > > require "watir" > browser = Watir::IE.new > browser.goto(link) > ..... > > Thanks! > > Barry -- 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]
