Re: [wtr-general] making old watir scripts compatiable with new watir webdriver

2011-11-10 Thread Jari Bakken
watir-webdriver doesn't support .attach, but we do support switching
between windows (which is the 95% use case) through the browser.window{,s}
API:

  https://github.com/jarib/watirspec/blob/watir2/window_switching_spec.rb

As for other API changes, there's no quick solution - you'll have to change
your code to work with watir-webdriver.


On Thu, Nov 10, 2011 at 5:06 PM, sumanth  wrote:

> Hi All,
>
>We have pretty big framework written with watir 1.6.5 and as you
> know watir is not supporting ff4.0 or greater versions.
>   only solution seems to migrate to watir-webdriver. But It looks
> lots of methods are not supported in webdriver which are supported in
> watir [like attaching a active browser]. Do we have any solutions to
> overcome this problem?
>
>I am just wondering how to migrate this huge library to use watir-
> webdriver. any news for jssh plugins for ff4.0 or greater versions?
>
> Thanks in advance
>
> Sumanth
>
> --
> Before posting, please read http://watir.com/support. In short: search
> before you ask, be nice.
>
> watir-general@googlegroups.com
> http://groups.google.com/group/watir-general
> watir-general+unsubscr...@googlegroups.com
>

-- 
Before posting, please read http://watir.com/support. In short: search before 
you ask, be nice.

watir-general@googlegroups.com
http://groups.google.com/group/watir-general
watir-general+unsubscr...@googlegroups.com


[wtr-general] making old watir scripts compatiable with new watir webdriver

2011-11-10 Thread sumanth
Hi All,

We have pretty big framework written with watir 1.6.5 and as you
know watir is not supporting ff4.0 or greater versions.
   only solution seems to migrate to watir-webdriver. But It looks
lots of methods are not supported in webdriver which are supported in
watir [like attaching a active browser]. Do we have any solutions to
overcome this problem?

I am just wondering how to migrate this huge library to use watir-
webdriver. any news for jssh plugins for ff4.0 or greater versions?

Thanks in advance

Sumanth

-- 
Before posting, please read http://watir.com/support. In short: search before 
you ask, be nice.

watir-general@googlegroups.com
http://groups.google.com/group/watir-general
watir-general+unsubscr...@googlegroups.com