[wtr-general] Re: WatirRecorder being forked and resurrected.

2010-12-03 Thread watirboy
Hey Charley, Thanks for the heads up. I will monitor this thread closely and try to move the conversation over to a new group. I talked to Scott and he gave me his blessing, and since I got it out of the OpenQA SVN I figured it's gotta be under some OSI Compliant license. The Ruby version of the

Re: [wtr-general] Re: WatirRecorder being forked and resurrected.

2010-12-03 Thread Charley Baker
No worries. I'm curious to see how it goes. Like I say, there's potential for a scraper, recorders can lead into a large abyss between newbie and intermediate scripting, as well as countless other problems, notably the easy silver bullet for automation. It's a tricky path to navigate, but as I

[wtr-general] Re: WatirRecorder being forked and resurrected.

2010-12-03 Thread Dave McNulla
That's what I use recorders for - to scrape and to learn. They don't always scrape what I want (capture ID when I want name, text when I want ID, etc.). Sounds like a nice feature to be able to specify priority of properties. Good luck Enrique. Let me know if you would like some ideas or for a

[wtr-general] Re: WatirRecorder

2009-11-20 Thread Alister Scott
You can try iTest2, which is a free Firefox add on for recording Watir scripts. http://itest2.com/downloads --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups Watir General group. To post to this group, send email to

[wtr-general] Re: WatirRecorder

2009-11-19 Thread Tiffany Fodor
Haven't you asked about this before? This group doesn't support WatirRecorder. I'm not sure why it's not available to download on OpenQA, but if you really need it, I'd suggest asking the folks on the Watir Recorder community board: http://clearspace.openqa.org/community/watir_recorder

[wtr-general] Re: WatirRecorder

2009-11-19 Thread George
Not to hijack the thread, but why use WatirRecorder? Isn't it just as easy to write the code? On Nov 19, 3:05 pm, Tiffany Fodor tcfo...@comcast.net wrote: Haven't you asked about this before? This group doesn't support WatirRecorder.  I'm not sure why it's not available to download on

[wtr-general] Re: WatirRecorder

2009-11-19 Thread Tiffany Fodor
Hi George! I agree with you and I wouldn't advocate using a recording tool. IMO, record-and-play doesn't really buy you much in time savings, and creates more fragile tests. I think some people are used to the 'out of the box' test automation tools that include a recorder. -Tiffany On Nov

[wtr-general] Re: WatirRecorder++ can't record the user action from a new IE process

2009-03-23 Thread Željko Filipin
On Mon, Mar 23, 2009 at 12:56, 王博天 iamhappypri...@gmail.com wrote: ie.link(:url, 'http://youa.baidu.com/my/').click# here will open a new page ,then I do some thing on new page but WatirRecorder++ can't record this You will have to ask this at watir recorder support forum:

[wtr-general] Re: WatirRecorder++ Playback question

2009-03-23 Thread Bret Pettichord
Watir Recorder generates scripts that are not compatable with Watir 1.6. Boyd Ivey wrote: Can anyone answer this? I uninstalled Ruby and watirrecorder++ and reinstalled Ruby hoping that would help. After reinstalling Ruby I ran a .rb file and after running the .rb file from a dos box

[wtr-general] Re: WatirRecorder++ Playback question

2009-03-21 Thread Chuck van der Linden
On Mar 19, 10:10 pm, nagmani vm nagman...@gmail.com wrote: Am New to Ruby Watir can u pls send the Watir Recorder software http://lmgtfy.com/?q=watir+recorder --Chuck You can invoke: user.leadto(knowledge.location) but unfortunately: user.drink() is a private method

[wtr-general] Re: WatirRecorder++ Playback question

2009-03-19 Thread nagmani vm
Am New to Ruby Watir can u pls send the Watir Recorder software On Thu, Mar 19, 2009 at 3:32 AM, Boyd Ivey boydiv...@gmail.com wrote: I'm new to watir and have a easy question. When I record a ruby script in WatirRecorder++ it records fine. When I'm finished recording I can Stop and Save

[wtr-general] Re: watirrecorder++

2009-02-25 Thread tarun parmar
thanks for so much help but isnt these links give demo version of itest2 only? On Tue, Feb 24, 2009 at 6:10 PM, Zhimin zhiminz...@gmail.com wrote: iTest2/Watir Recorder installation --- Download http://www.itest2.com/downloads/itest2recorder.xpi

[wtr-general] Re: watirrecorder++

2009-02-24 Thread Zhimin
Tarun, but it only has trial version of itest2 ..so full version is not available? You have downloaded the full version, just with 30 days trial. if you can tell me or send me a link that how can I use itest2 and watir together to run tests directly in web browser? There are some

[wtr-general] Re: watirrecorder++

2009-02-24 Thread Zhimin
Yes, iTest2/Watir recorder is free and open source. http://github.com/zhimin/itest2recorder/tree/master So is rWebUnit framework, a Watir extension iTest2 uses. http://github.com/zhimin/rwebunit/tree/master On Feb 24, 4:38 pm, Manish Sapariya man...@gslab.com wrote: Isn't FF recorder

[wtr-general] Re: watirrecorder++

2009-02-24 Thread Manish Sapariya
Thanks for the url, I couldn't find it anywhere on the site. Regards, Manish Zhimin wrote: Yes, iTest2/Watir recorder is free and open source. http://github.com/zhimin/itest2recorder/tree/master So is rWebUnit framework, a Watir extension iTest2 uses.

[wtr-general] Re: watirrecorder++

2009-02-24 Thread tarun parmar
thnks for your helpbut when i clicked this link it gives me a zipped folder which has some files but no installtion folder or file, so where should i install it from? itest2.com only has demo version of itest2. and if possible can you tell me how can i use watir scripts and itest2 recorder

[wtr-general] Re: watirrecorder++

2009-02-24 Thread Zhimin
iTest2/Watir Recorder installation --- Download http://www.itest2.com/downloads/itest2recorder.xpi directly and save the file. Depends on your browser settings, safest way is to go to http://www.itest2.com/downloads.html, right click link iTest2 / Watir Recorder

[wtr-general] Re: watirrecorder++

2009-02-23 Thread Zhimin
Try iTest2/Watir recorder, it is a Firefox add-on. http://www.itest2.com/downloads.html or https://addons.mozilla.org/en-US/firefox/addon/9760 Cheers, Zhimin On Feb 24, 5:45 am, tarun parmar tarun...@gmail.com wrote: Hi, I just installed watir but i didnt know that it is not a recorder/

[wtr-general] Re: watirrecorder++

2009-02-23 Thread tarun parmar
I installed the itest2recorder add-on and checked this link as well http://www.itest2.com/downloads.html but it only has trial version of itest2 ..so full version is not available? actually I got little bit confused.if you can tell me or send me a link that how can I use itest2 and

[wtr-general] Re: watirrecorder++

2009-02-23 Thread Manish Sapariya
Isn't FF recorder plugin open source? Thanks, Manish Zhimin wrote: Try iTest2/Watir recorder, it is a Firefox add-on. http://www.itest2.com/downloads.html or https://addons.mozilla.org/en-US/firefox/addon/9760 Cheers, Zhimin On Feb 24, 5:45 am, tarun parmar tarun...@gmail.com