[Wtr-general] problem in attaching to browser using FireWatir

2007-04-14 Thread VIKASH KUMAR
I am trying to attach to a browser using title, If I am using watir, I can just attach to a browser using: require 'watir' ie = Watir::IE.attach(:title,"Google") But, In case of firewatir, I am facing problem, i.e. when I use : require 'firewatir' ff = FireWatir::Firefox.attach(:title,"Google")

Re: [Wtr-general] problem in attaching to browser using FireWatir

2007-04-15 Thread Angrez Singh
Hi Vikash, Can you please clarify what you want to do? What I think is, there is a browser and you want to attach to it? Correct? But how you open that browser is my question? Regards, Angrez On 4/14/07, VIKASH KUMAR <[EMAIL PROTECTED]> wrote: I am trying to attach to a browser using title, I

Re: [Wtr-general] problem in attaching to browser using FireWatir

2007-04-16 Thread VIKASH KUMAR
Hi Angrez, My requirement is to just attach the script to some already open browser, I have open that browser manually. Thanks & Regards, Vikash >Hi Vikash, >Can you please clarify what you want to do? What I think is, there is a >browser and you want to attach to it? Correct? Yes, there is a

Re: [Wtr-general] problem in attaching to browser using FireWatir

2007-04-18 Thread VIKASH KUMAR
Hi Angrez, My requirement is to just attach the script to some already open browser as we can attach to some already open page in watir viz. ie = Watir::IE.attach(:title,"Google"), I have open that browser manually. Thanks & Regards, Vikash >Hi Vikash, >Can you please clarify what you want to

Re: [Wtr-general] problem in attaching to browser using FireWatir

2007-04-19 Thread Angrez Singh
Hi Vikash, As of now you can't do that in Firewatir. You can only attach to windows using an instance of Firefox. This is by design as we have to maintain all the browser instances that are currently opened and close them accordingly. Will try to come up with a solution which works like Watir but