[wtr-general] eclipse plugin update site for WATIR

2009-04-27 Thread JP
Hi, Could anyone post a new watir plugin update site for eclipse 3.4 ganymade. Thanks for advance, --~--~-~--~~~---~--~~ 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] problem with acces test data using openoffice org calc

2011-08-19 Thread jp
Hi, Iam using openoffice org calc in my office i can't access the testdata from that sheet1. can anyone guide me.. This is my code: folder_path='D:\\watir-v1_4\ghrms.rb' require 'watir' require 'win32ole' require test/unit include Watir ie = Watir::IE.new ie.goto(http://ghrms.csscorp.com;)

[wtr-general] logic to compare the two sheets in watir

2011-08-26 Thread jp
Hi, I have a query, I want to compare the two sheets.my first sheet have the result i was typed manually and my second sheet have the result coming from the web page.. Iam not clear in this concept.. i want to compare sheet1 and sheet 2both data's in the sheet will correct or not? Is thr

[wtr-general] Need idea to compare 2 sheets

2011-08-26 Thread jp
HI, Pl give me an idea how to compare the 2 open office calc sheet in watir. -- 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: logic to compare the two sheets in watir

2011-08-29 Thread jp
No,i am using open office org calc.. On Aug 27, 6:36 pm, Hugh McGowan colinsda...@gmail.com wrote: Are you talking about Excel? If so, you can use 'roo' to parse the pages and you can pretty easily compare the contents of the Excel worksheets -- Before posting, please read

[wtr-general] Error

2011-09-05 Thread jp
I get the error like require : no such files to load --firewatir in cmd promt.. But i already install using this syntax gem install firewatir succesfully installed... after that i will check it in irb require 'firewatir' get error like require:no such files to load LoadError Can anyone guidw