I would like to hide all browser window. My target site has a button which makes a new window by using "TARGET="_blank".
My code is as follows: 1) $HIDE_IE = true 2) button.click 3) browser2 = Watir::IE.attach(:url, popuped_url) My problem is the new popuped window is shown in a very short time (may be time interval between step 2 and step 3). Is it possible completely hiding browser window ? Thank you in advance. -- 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]
