[wtr-general] Re: show_frames not reading nested frames properly

2009-09-22 Thread Željko Filipin
On Tue, Sep 22, 2009 at 6:25 AM, magu rafael.m...@gmail.com wrote: Any tips to why this happen or workarounds or even where to read more about this would be greatly appreciated. http://wiki.openqa.org/display/WTR/Frames Željko -- http://watirpodcast.com/

[wtr-general] Re: show_frames not reading nested frames properly

2009-09-22 Thread Rafael Fonseca
Thanks for the reply. But I've been through that and similar pages describing how to access frames, and they're very sparse on the issue. I still can't figure out why the frameset doesn't get read by Watir. -- Rafael Fonseca www.nunca.com.br On 22/09/2009, at 8:11 PM, Željko Filipin wrote:

[wtr-general] Re: Mozilla Firefox Session Handle

2009-09-22 Thread Angrez Singh
Can you tell in brief what you want to accomplish using Firewatir? May be people can help you a bit more. - Angrez On Sat, Sep 19, 2009 at 12:14 PM, Ravinder Singroha ravindersingr...@gmail.com wrote: Hi All Is there any way to get the browser Mozilla Firefox's session handle using

[wtr-general] Re: Mozilla Firefox Session Handle

2009-09-22 Thread Pallavi Sharma
We have implemented a version of watir where we work with IE Handle, instead of browser title, we have done this, so as to get rid of complicated page titles and use multithreading. For the same purpose, we are looking for a solution to use FireWatir, Firefx session to attach to the browser,

[wtr-general] Re: Mozilla Firefox Session Handle

2009-09-22 Thread Angrez Singh
Can you share an example as in how you do that in Watir? We are trying to make Firewatir as much compatible with Watir. - Angrez On Tue, Sep 22, 2009 at 4:06 PM, Pallavi Sharma write2pall...@gmail.comwrote: We have implemented a version of watir where we work with IE Handle, instead of

[wtr-general] Re: Mozilla Firefox Session Handle

2009-09-22 Thread Pallavi Sharma
E.g. ie=Watir::IE.attach(:title,'Google'); $sessionHwnd=ie.hwnd(); Now $sessionHwd, becomes a global variable, and instead of attaching again and again to the changing title as my page navigates from one to another we just use this ie=ie.attach(:hwnd,$sessionHwnd) This feature also helps in

[wtr-general] Re: Mozilla Firefox Session Handle

2009-09-22 Thread Angrez Singh
As of now this is not possible in Firewatir. Will implement this. - Angrez On Tue, Sep 22, 2009 at 6:21 PM, Pallavi Sharma write2pall...@gmail.comwrote: E.g. ie=Watir::IE.attach(:title,'Google'); $sessionHwnd=ie.hwnd(); Now $sessionHwd, becomes a global variable, and instead of

[wtr-general] Re: need a command to check for a feild is visible ornot

2009-09-22 Thread ravi pulipaka
its giving me an error undefiend meathod visible i tried updating the gems but stil the error is there can you help regarding thanx in advance ravi On Mon, Sep 21, 2009 at 11:12 PM, Rohan Ojha rohan.o...@bsil.com wrote: If you want to check whether a given object is visible in the UI of the

[wtr-general] Re: need a command to check for a feild is visible ornot

2009-09-22 Thread karim rayani
Could you share the URL of the application with us so that I could understand how the application id designed. FROM Karim Rayani http://karimnumerouno.wordpress.com On Tue, Sep 22, 2009 at 7:42 AM, ravi pulipaka ravi8...@gmail.com wrote: its giving me an error undefiend meathod visible i

[wtr-general] Re: need a command to check for a feild is visible ornot

2009-09-22 Thread ravi pulipaka
thanx guys I go it http://wiki.openqa.org/pages/viewpage.action?pageId=1119 once agin thanx agin for youe help On Tue, Sep 22, 2009 at 11:59 AM, karim rayani karim@gmail.com wrote: Could you share the URL of the application with us so that I could understand how the application id

[wtr-general] Datahander

2009-09-22 Thread Brad
Hello, Hope this isn't a dumb question but, I was trying to use datahandler. require 'watir' require 'watir/datahandler.rb' d = DataHandler.new('data.csv') one = d.data[1].Name puts one Now when I edit data.csv it's lock. I can see in Task Manager excel.exe is running. How do you

[wtr-general] Re: Mozilla Firefox Session Handle

2009-09-22 Thread Pallavi Sharma
Thanks Angrez, will wait for this feature, to be available. Regards, Pallavi On Tue, Sep 22, 2009 at 6:55 PM, Angrez Singh ang...@gmail.com wrote: As of now this is not possible in Firewatir. Will implement this. - Angrez On Tue, Sep 22, 2009 at 6:21 PM, Pallavi Sharma