Re: [wtr-general] Question about watir and celerity

2010-02-24 Thread karim rayani
Clearity is a headless implementation of the Watir API but it runs on the java platform, Karim Rayani On Wed, Feb 24, 2010 at 8:53 PM, Željko Filipin < zeljko.fili...@wa-research.ch> wrote: > On Wed, Feb 24, 2010 at 4:17 PM, Moises Siles > wrote: > > I'm not sure if after I remove the watir l

Re: [wtr-general] Question about watir and celerity

2010-02-24 Thread Željko Filipin
On Wed, Feb 24, 2010 at 4:17 PM, Moises Siles wrote: > I'm not sure if after I remove the watir line it will affect something. I am sure it would help. Watir and Celerity do not share any code. I do not think you can even install Watir in JRuby (where Celerity is installed). Celerity does have i

[wtr-general] Question about watir and celerity

2010-02-24 Thread Moises Siles
Hi all, I'm not sure if this post should be here, sorry if not :P. Well I'm new with watir, ruby, celerity. I want to run my scripts in background in my mac using around XX amount of users, so the solution that I found was to use celerity but I'm getting the following error when I put the requir

Re: [wtr-general] Question About Watir

2010-02-17 Thread Rick Webster
You can build one from this design: http://safsdev.sourceforge.net/FRAMESDataDrivenTestAutomationFrameworks.htm I learned enough Ruby to code a prototype of this in about 2 or 3 weeks. On Wed, Feb 17, 2010 at 3:09 PM,

[wtr-general] Question About Watir

2010-02-17 Thread tester86
Hi I am automating a website where every time the ID's change and my scripts need to cope with this change. For example if I click on a link and next time the value of the link will change. Is there any scope or any implementation that can be implemented to cope with this. I have talked with a de