[wtr-general] Re: Navigating to the next page problem - Javascript pop up

2009-01-06 Thread Jagdeep Jain
Thanks Charley, I have used the below script lines and not able to get the required result. Also done some variations with the code and found interesting o/p's but not concrete about the results. I will share my findings later on. I will try some more here and there and hope that I will get the

[wtr-general]

2009-01-06 Thread prasoona alluri
How to convert log file into html using watir --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups Watir General group. To post to this group, send email to watir-general@googlegroups.com Before posting, please read the

[wtr-general] Read input from excel file and substitute those values in watir

2009-01-06 Thread Dharmendra
Hi All,Need your help. How to parameterize values for the text fields. suppose taking a simple example of gmail login page, if i have to parameterize the user name and password text_fields, by passing the values from excel sheet. even i have installed Rasta gem for the same. please do help me.

[wtr-general] a problem about AutoItX3.Control

2009-01-06 Thread 王博天
HI: I want to test a dialog.rb function ,my test program as follow: require 'watir' require 'watir/dialog' require 'test/unit' class Dialtest Test::Unit::TestCase include Watir def setup $browser=IE.new $browser.goto

[wtr-general] Re: browser.rb

2009-01-06 Thread Richard Lawrence
Not on the method itself, but on the return value of the method call, which is the appropriate browser class as determined by the configuration settings. Richard -- Richard Lawrence Certified Scrum Coach Founder and Principal Consultant, Humanizing Work, LLC 303-895-7688

[wtr-general] Re: Watir Script Integration with javaCruiseControl - Testing Java App.

2009-01-06 Thread watirpuppy
F/U on this part: (n' I don't want this string to go stale yet) I should be able to simply drop one of my result XML files into the project (location?) and verify it's data gets expressed on the dashboard. === Not exactly.. CruiseControl outputs a build log with each new

[wtr-general] Re:

2009-01-06 Thread Tiffany Fodor
Hi! This is really more of a Ruby question than a Watir question, but I'll give it a shot. :) I'm sure a Ruby guru could give you a better answer. You'll need to do some more digging for html specifics, but here's a start: resultsFile = c:\\test\\reports\\OriginalFile.txt if

[wtr-general] Re: How to convert log file into html using watir

2009-01-06 Thread Alister Scott
Please ensure you have a meaningful subject for posts to this mailing list. On Jan 7, 7:31 am, Tiffany Fodor tcfo...@comcast.net wrote: Hi! This is really more of a Ruby question than a Watir question, but I'll give it a shot.  :)  I'm sure a Ruby guru could give you a better answer.

[wtr-general] Re: Wiki now available for editing

2009-01-06 Thread Alister Scott
Patrick has fixed it and it is back available now. Cheers, Alister On Jan 3, 4:40 pm, Alister Scott alister.sc...@gmail.com wrote: Hi, The openqa.org wiki including the watir wiki is unavailable for editing at the moment. Patrick Lightbody is aware of the problem and will hopefully have a

[wtr-general] Re: row_count incorrect value returned

2009-01-06 Thread wesley chen
Would you please provide us with the source code? Thanks. Wesley Chen. On Sat, Jan 3, 2009 at 7:32 AM, dmitry...@gmail.com dmitry...@gmail.comwrote: Also I should mention that this table is dynamic, so a user can upload and delete images etc. from it on the front end. On Jan 2, 5:44 pm,

[wtr-general] Re: Editing the example Example Logging in the Watir Wiki site may be useful for beginners

2009-01-06 Thread Alister Scott
Hi Margam I have updated and uploaded example_logger1.rb to the wiki: http://wiki.openqa.org/display/WTR/Example+Logging In the future you can easily sign up for a wiki logon and attach the updated file yourself. Cheers, Alister On Jan 7, 11:16 am, Margam nk.mar...@gmail.com wrote: Hello, I