[wtr-general] Run code from a perticular step

2013-08-23 Thread Nikhil Nerkar
While using Watir to automate Web browsers, how do I run the code from a particular step instead of running everything from the beginning? -- -- Before posting, please read http://watir.com/support. In short: search before you ask, be nice. watir-general@googlegroups.com

[wtr-general] Re: require Watir Vs Include Watir

2013-08-05 Thread Nikhil Nerkar
Thanks. Another similar question I have... What is the difference between require *watir * require *water-classic *? On Friday, August 2, 2013 6:52:15 PM UTC+5:30, Nikhil Nerkar wrote: Hia silly question :) What is the difference between require watir include watir ? Are they same

[wtr-general] Cannot open excel

2013-08-05 Thread Nikhil Nerkar
I want to login to gmail using userid password from the excel stored on my machine. I am getting the error : C:/Documents and Settings//Desktop/Watir/Project/TestProject/S10.rb:5:in `main': private method `open' called for Roo::Excelx:Class (NoMethodError) *Please advice* require

[wtr-general] require Watir Vs Include Watir

2013-08-02 Thread Nikhil Nerkar
Hia silly question :) What is the difference between require watir include watir ? Are they same ? -- -- 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

[wtr-general] Re: Cannot click on link using :href

2013-06-06 Thread Nikhil Nerkar
That works fine now. Thanks On Wednesday, June 5, 2013 10:00:19 AM UTC+5:30, Nikhil Nerkar wrote: I am totally new to Watir World :) facing a bsic problem: I am able to click a link by name 'In English' by using the below line of code: @browser.link(:text,'In English').click However

[wtr-general] Re: Cannot click on link using :href

2013-06-06 Thread Nikhil Nerkar
Can you also suggest some good reference for learning Watir ? On Wednesday, June 5, 2013 10:00:19 AM UTC+5:30, Nikhil Nerkar wrote: I am totally new to Watir World :) facing a bsic problem: I am able to click a link by name 'In English' by using the below line of code: @browser.link

[wtr-general] Cannot click on link using :href

2013-06-05 Thread Nikhil Nerkar
I am totally new to Watir World :) facing a bsic problem: I am able to click a link by name 'In English' by using the below line of code: @browser.link(:text,'In English').click However cannot click the same link using *:href* using below code: