[wtr-general] Need to pick amount from the script

2008-12-05 Thread Divya
Hi, View Source is like this: form method=post action=/xxx/xxx div Sent to: -nn br/Amount: Ksh 100.00br/Date: 05/12/2008 03:41 PMbr/Message: br/Transaction ID: 73538br/Balance: Ksh 7487.68 br/ I want to pick that amount Ksh 100 from

[wtr-general] Re: browser.attach

2008-12-05 Thread aidy lewis
Hi Bret, 2008/12/4 Bret Pettichord [EMAIL PROTECTED]: Where do you see that it is not supported? http://wiki.seleniumhq.org/display/WTR/Browser.new Compatibility Watir 1.6.2 does not support Browser.attach. This will be supported in a future version Aidy

[wtr-general] Anyone have a way of converting ci_reporter XML to pretty html?

2008-12-05 Thread Jim Matthews
I have gotten cruisecontrol.rb running with ci_reporter and the ci_reporter XML files into the build artifacts directory. The problem is, it is the ugly ci_reporter xml output. I would like to have something that converts all the ci_reporter xml files into one, pretty report. Has anyone done

[wtr-general] Re: browser.attach

2008-12-05 Thread Bret Pettichord
Watir::Browser.attach is not supported/included in 1.6.2. (although it mostly works in trunk) Watir::IE.attach continues to work as ever. Bret aidy lewis wrote: Hi Bret, 2008/12/4 Bret Pettichord [EMAIL PROTECTED]: Where do you see that it is not supported?

[wtr-general] Re: Anyone have a way of converting ci_reporter XML to pretty html?

2008-12-05 Thread Tiffany Fodor
Hi Jim! I'm also using ci_reporter and I created an xsl stylesheet to transform the ci_reporter xml reports to something more readable. I've posted an example with my test harness here: http://wiki.seleniumhq.org/display/WTR/Excel+Data+Driven+Harness+with+Database+Verifications The files on

[wtr-general] Re: Anyone have a way of converting ci_reporter XML to pretty html?

2008-12-05 Thread Jim Matthews
Thanks Tiffany, I'll give it a try. Jim On Dec 5, 11:43 am, Tiffany Fodor [EMAIL PROTECTED] wrote: Hi Jim! I'm also using ci_reporter and I created an xsl stylesheet to transform the ci_reporter xml reports to something more readable. I've posted an example with my test harness here:

[wtr-general] Problem with running test scripts on Firefox/3.0.4

2008-12-05 Thread ab . ostrowska
Hi there I have a problem with running test scripts on Firefox/3.0.4 The following message come up : Watir::Exception::UnableToStartJSShException: Unable to connect to machine : 127.0.0.1 on port 9997. Make sure that JSSh is properly installed and Firefox is running with '-jssh' option I am

[wtr-general] Re: Problem with running test scripts on Firefox/3.0.4

2008-12-05 Thread Michael Hwee
Did you go and check add-ons and see whether jssh is enabled? - Original Message From: [EMAIL PROTECTED] [EMAIL PROTECTED] To: Watir General watir-general@googlegroups.com Sent: Friday, December 5, 2008 9:39:49 AM Subject: [wtr-general] Problem with running test scripts on

[wtr-general] Help with JavaScript Alert Popup using FireWatir

2008-12-05 Thread rob
It's been asked before, but no answer helped me out. I use FireWatir in a Mac OSX environment. I have tried... browser.click_jspopup_button(OK) and browser.startClicker(OK) but nothing seems to work. Ive read lots of documentation already but many deal with Windows. Can anyone help me out

[wtr-general] Re: Clicking tabs has no effect

2008-12-05 Thread Chuck vdL
try mouseup instead of mousedown.. some webdevs seem to like to use two events, one to take care of the visual effect when you 'press' the button down, and another than actually makes things happen when the mouse button is released. (a side effect of this btw is that if a user 'slides' off the

[wtr-general] Re: Watir Ruby in Steel

2008-12-05 Thread Bret Pettichord
No. I know we also use some win32 libraries. Anyone know of a tool that will give a diffinitive answer to this question? Bret Chuck vdL wrote: Hmm something else just occured to me, when I installed Watir it pulled down a bunch of gems with it. I wonder if I need to use their librarian