Re: [wtr-general] Firewatir attach method doesn't work properly

2010-09-02 Thread Amit
Hi Ethan, I used VAPIR 1.7.1 for attaching two browsers. Now i'm able to work on two instance on browser simultaneously. Thank you very much.. Btw .. did you fixed that problem recently? Thank You On Mon, Aug 16, 2010 at 11:19 AM, Ethan notet...@gmail.com wrote: Vapir is currently broken on

Re: [wtr-general] Firewatir attach method doesn't work properly

2010-09-02 Thread Ethan
fixing vapir-firefox for 3.0.* is buried on my backlog, I'm afraid, and it will be some time before I am able to get to that. On Thu, Sep 2, 2010 at 14:27, Amit amit.e...@gmail.com wrote: Hi Ethan, I used VAPIR 1.7.1 for attaching two browsers. Now i'm able to work on two instance on browser

Re: [wtr-general] Firewatir attach method doesn't work properly

2010-08-15 Thread Ethan
Vapir is currently broken on 3.0.*. A fix is coming, but I have a number of other higher-priority issues to fix first. You can upgrade to 3.5 or 3.6, or wait until I can get 3.0 support working. On Thu, Aug 12, 2010 at 11:50, Amit amit.e...@gmail.com wrote: its 3.06 On Thu, Aug 12, 2010 at

Re: [wtr-general] Firewatir attach method doesn't work properly

2010-08-12 Thread Ethan
What version of firefox are you using? On Thu, Aug 12, 2010 at 06:17, Amit amit.e...@gmail.com wrote: Hi Ethan, I tried below code: require 'watir-vapir' ff = Vapir::Firefox.new ff.start(www.google.com) After executing above code, A new instance of firefox opened and got following

Re: [wtr-general] Firewatir attach method doesn't work properly

2010-08-12 Thread Amit
its 3.06 On Thu, Aug 12, 2010 at 8:56 PM, Ethan notet...@gmail.com wrote: What version of firefox are you using? On Thu, Aug 12, 2010 at 06:17, Amit amit.e...@gmail.com wrote: Hi Ethan, I tried below code: require 'watir-vapir' ff = Vapir::Firefox.new ff.start(www.google.com)

Re: [wtr-general] Firewatir attach method doesn't work properly

2010-08-11 Thread Amit
Hi Ethan, Can you please explain how can i integrate Vapir in my Watir framework? I just want to use attach method from vapir. Can you show me sample command for attaching a window in Vapir? Thank you On Tue, Aug 3, 2010 at 5:13 AM, Ethan notet...@gmail.com wrote: Vapir should be almost

Re: [wtr-general] Firewatir attach method doesn't work properly

2010-08-11 Thread Ethan
Same as the Watir API: Vapir::Browser.attach(:title, the title) or Vapir::Browser.attach(:title, /part of the title/) or Vapir::Browser.attach(:url, /foobar.html/) If you want to continue using the watir namespace so that you don't have to modify your existing code extensively, you can do so

Re: [wtr-general] Firewatir attach method doesn't work properly

2010-08-02 Thread Ethan
Vapir should be almost entirely compatible with Watir, so a framework written for Watir should not require much change, if any, to work with Vapir. see http://wiki.github.com/vapir/vapir/coming-from-watir and http://wiki.github.com/vapir/vapir/differences-from-watir-api On Wed, Jul 28, 2010

Re: [wtr-general] Firewatir attach method doesn't work properly

2010-07-28 Thread Amit Kumar
Hi Ethan, My whole framework has been written in Watir.. So, at this point i can't use Vapir. Guys, is there any other solution to attach multiple browser at a time? Thank You On Mon, Jul 26, 2010 at 10:58 PM, Ethan notet...@gmail.com wrote: I'd recommend Vapir-Firefox, which is a fork of