[wtr-general] Re: How to get firefox window handle

2009-07-14 Thread kiran yajamanyam
Hi Angrez, Where can i get documentation for the same. I don't know how to get title of the window using Win32API. Regards, Kiran Y On Fri, Jul 10, 2009 at 2:44 PM, Angrez Singh ang...@gmail.com wrote: Right now there is no support for hwnd in Firewatir. Can you use Win32API to get the handle

[wtr-general] Re: How to get firefox window handle

2009-07-14 Thread Angrez Singh
You can look into winhelper.rb file in watir framework. It uses win32api for lot of things. I haven't used win32api so will not be able to help you much with the code. Thanks, Angrez On Tue, Jul 14, 2009 at 1:16 PM, kiran yajamanyam kiranyajaman...@gmail.com wrote: Hi Angrez, Where can i get

[wtr-general] Re: How to get firefox window handle

2009-07-10 Thread kiran yajamanyam
Any info on this friends? On Fri, Jul 10, 2009 at 11:44 AM, Kinnu kiranyajaman...@gmail.com wrote: Hi Friends, I am using ie.hwnd in watir to get the browser handle. I have observed that there is no such property available in FireWatir. Is there any work around for this? basically what i

[wtr-general] Re: How to get firefox window handle

2009-07-10 Thread Angrez Singh
can you explain what you are trying to do by getting the handle of window? may be we can suggest some workaround to do the same in Firewatir? - Angrez On Fri, Jul 10, 2009 at 1:03 PM, kiran yajamanyam kiranyajaman...@gmail.com wrote: Any info on this friends? On Fri, Jul 10, 2009 at 11:44

[wtr-general] Re: How to get firefox window handle

2009-07-10 Thread kiran yajamanyam
Hi Angrez, Thanks for your reply. Following is the step which I want to perform. Want to click on the center point of the firefox window and want to do some copy paste operation. This is required as I can't set text in the frame as body of compose window in my project had used frame. In IE

[wtr-general] Re: How to get firefox window handle

2009-07-10 Thread Angrez Singh
Right now there is no support for hwnd in Firewatir. Can you use Win32API to get the handle of the window using the title? If yes, then you can use firefox title to get the handle. - Angrez On Fri, Jul 10, 2009 at 2:35 PM, kiran yajamanyam kiranyajaman...@gmail.com wrote: Hi Angrez, Thanks