[wtr-general] Re: watir help

2012-02-01 Thread Dave McNulla
For the first question, I would try these: browser.link(:href = /productpref=catalog/).click browser.link(:text = 'catalog').click For the second question, I would try these: browser.link(:text = 'Active').click browser.link(:href = /List Catalogs/).click Of course I wouldn't give up if those

[wtr-general] Re: watir help

2012-02-01 Thread orde
A couple of piggyback comments on the above. a) first question about accessing elements in a frame: browser.frame(:id, foo).link(:href = / productpref=catalog/).click# the example frame has no attributes, so I guess you could use index... b) lots of javascript in the second example, so you

[wtr-general] Re: Watir Help

2009-11-13 Thread ravi pulipaka
, 12 Nov 2009 14:10:29 -0500 Subject: [wtr-general] Re: Watir Help From: ravi8...@gmail.com To: watir-general@googlegroups.com can i too have the detective number as I am also facing the problem of missing 'a' I have latest versions of watir and cucumber Any suggestions thanx in advance

[wtr-general] Re: Watir Help

2009-11-12 Thread tester86
hahahahahhaha very funny, hire a private dectivtive,...I know that the letter 'a' was missing before but after several reinstalls of ruby I did not bother to apply the fix to put the letter 'a' back onbut thanks for the comment. On Nov 9, 3:15 pm, Ethan notet...@gmail.com wrote:

[wtr-general] Re: Watir Help

2009-11-12 Thread ravi pulipaka
can i too have the detective number as I am also facing the problem of missing 'a' I have latest versions of watir and cucumber Any suggestions thanx in advance ravi On Thu, Nov 12, 2009 at 9:15 AM, tester86 sagar.am...@gmail.com wrote: hahahahahhaha very funny, hire a private

[wtr-general] Re: Watir Help

2009-11-11 Thread aidy lewis
This missing 'a's were a problem with an older version of Cucumber and the parser on win32. This is an old example I wrote some time ago http://code.google.com/p/cucumber-and-watir Aidy 2009/11/10 Wesley Chen cjq@gmail.com: That's funny. Thanks. Wesley Chen. For life, the easier, the

[wtr-general] Re: Watir Help

2009-11-09 Thread Ethan
Somebody seems to be stealing all of your letters 'a'. Watir needs these, otherwise it's just 'wtir', and lacking the 'application' part can't do anything. I suggest you hire a privte detective to track down where all of your 'a's are disappearing to. The police are no help with this sort of thing

[wtr-general] Re: Watir Help

2009-11-09 Thread Wesley Chen
That's funny. Thanks. Wesley Chen. For life, the easier, the better. On Tue, Nov 10, 2009 at 5:15 AM, Ethan notet...@gmail.com wrote: Somebody seems to be stealing all of your letters 'a'. Watir needs these, otherwise it's just 'wtir', and lacking the 'application' part can't do anything. I

[wtr-general] Re: watir help: click_no_wait doesn't actually click

2008-12-20 Thread Bret Pettichord
My best guess right now is that it is related to IE security settings. Vista, by default, has tighter security, so this might explain why we are seeing this problem mostly (but not always) on Vista. Bret matthew wrote: I'm not on Vista, I'm over on XP Pro, and seeing this issue as well.

[wtr-general] Re: watir help: click_no_wait doesn't actually click

2008-12-19 Thread matthew
I'm not on Vista, I'm over on XP Pro, and seeing this issue as well. Driving me nuts, just glad to see someone else has the issue, because this has been driving me up the wall. On Dec 9, 7:55 am, Bret Pettichord b...@pettichord.com wrote: Is this true for the others seeing this problem as well?

[wtr-general] Re: watir help: click_no_wait doesn't actually click

2008-12-09 Thread Divya
It happens only on Vista On Dec 9, 2:10 am, Bret Pettichord [EMAIL PROTECTED] wrote: Larry, We've had multiple reports of this problem with click_no_wait, but I have not been able to reproduce them. Bret [EMAIL PROTECTED] wrote: Hey all - I'm trying to dismiss popups as described at

[wtr-general] Re: watir help: click_no_wait doesn't actually click

2008-12-09 Thread Bret Pettichord
Is this true for the others seeing this problem as well? I've tested this on Vista and haven't seen it, so I know there is more to it, but I could believe that it is something Vista specific. Bret Divya wrote: It happens only on Vista On Dec 9, 2:10 am, Bret Pettichord [EMAIL PROTECTED]

[wtr-general] Re: watir help: click_no_wait doesn't actually click

2008-12-08 Thread Bret Pettichord
Larry, We've had multiple reports of this problem with click_no_wait, but I have not been able to reproduce them. Bret [EMAIL PROTECTED] wrote: Hey all - I'm trying to dismiss popups as described at http://wiki.seleniumhq.org/display/WTR/JavaScript+Pop+Ups, solution #5. The first

[wtr-general] Re: Watir Help - Installation Error

2008-11-05 Thread JArkelen
Did you install the new 1.6.1 version? I believe all unit tests are currently not working. But this doesn't mean Watir is not working, just ignore the tests. --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups Watir

[wtr-general] Re: Watir Help - Installation Error

2008-11-05 Thread niartseoj
I had to install recently after my company gave me a spiffy new computers... and ran into some problems getting the all_test to run . In installed Ruby 1.8.6 Watir 1.5.6 I had to manually install the AutiItX3.dll regsvr32 C:\ruby\lib\ruby\gems\1.8\gems\watir-1.5.6\watir \AutoItX3.dll And

[wtr-general] Re: Watir Help - Installation Error

2008-11-05 Thread Guru
No John, Thanks for your reply. I have installed Watir Version 1.5.4 and Ruby Version 1.8.6. You have any idea how to find out any Java applets or Ajax controls are being used in our web appplication without Developers intervention. Thanks, -Guru On Nov 5, 6:48 am, JArkelen [EMAIL PROTECTED]