[wtr-general] Re: browser.attach

2009-01-21 Thread Mikalyo
Aidey Lewis - I have also found that Watir::IE.attach does not attach to my popups anymore. I don't know why, but it used to work on watir-1.4.1. --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups Watir General group.

[wtr-general] Re: browser.attach

2009-01-21 Thread Mikalyo
Actually, it does work, but the syntax is kinda funny. You can't simply write: Watir::IE.attach(:title, //) You must specify by: ie = Watir::IE.attach(:title, //) Then it will attach. You must use ie = or whatever browser you are using first, eventhough IE is already specified in the syntax.

[wtr-general] Re: browser.attach

2008-12-05 Thread aidy lewis
Hi Bret, 2008/12/4 Bret Pettichord [EMAIL PROTECTED]: Where do you see that it is not supported? http://wiki.seleniumhq.org/display/WTR/Browser.new Compatibility Watir 1.6.2 does not support Browser.attach. This will be supported in a future version Aidy

[wtr-general] Re: browser.attach

2008-12-05 Thread Bret Pettichord
Watir::Browser.attach is not supported/included in 1.6.2. (although it mostly works in trunk) Watir::IE.attach continues to work as ever. Bret aidy lewis wrote: Hi Bret, 2008/12/4 Bret Pettichord [EMAIL PROTECTED]: Where do you see that it is not supported?

[wtr-general] Re: browser.attach

2008-12-04 Thread Bret Pettichord
Where do you see that it is not supported? aidy lewis wrote: Hi, On the wiki I am informed that the browser.attach method is not supported in 1.6.2 What alternative method can I use to hook onto an existing browser? Aidy --~--~-~--~~~---~--~~ You

[wtr-general] Re: browser.attach

2008-12-04 Thread Moochie
I've been using 1.6.2 and I use this browser.attache method with know problems. On Dec 4, 1:46 pm, Bret Pettichord [EMAIL PROTECTED] wrote: Where do you see that it is not supported? aidy lewis wrote: Hi, On the wiki I am informed that the browser.attach method is not supported in