[wtr-general] Re: Finding currently open windows

2013-08-28 Thread Mark Turton
Shucks n' other comments. Thanks anyway. - Mark -- -- 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 --- You received this m

[wtr-general] Re: Finding currently open windows

2013-08-28 Thread Dan
I'm 99% sure that this is only possible with IE and using watir and not watir-webdriver. There's an issue opened at the selenium issue tracker for webdriver, but it's been open for quite a while. https://code.google.com/p/selenium/issues/detail?id=18 On Wednesday, August 28, 2013 8:04:49 AM U

[wtr-general] Finding currently open windows

2013-08-28 Thread Mark Turton
Hi I'm trying to write a script that will look for and use a browser window (it can be either IE or Firefox) that is *already opened before the script is executed*. The attach method works for IE, but it can't with Firefox. I tried the window switching trick posted elsewhere, but that only seem