[wtr-general] Re: Advice on finding/clicking an image element

2009-02-11 Thread rollo
Thanks, Alex. It worked a charm. I was trying (and failing) with img. Amazing what happens when you use the correct method. Thanks again. The Watir community is GREAT. ~rollo On Feb 10, 11:39 pm, Alex Collins a.j.collins...@gmail.com wrote: Several options, the simplest of which is to use

[wtr-general] Simulate high latency connections with Watir?

2009-03-25 Thread rollo
hints/tips/tricks? Thanks. ~rollo --~--~-~--~~~---~--~~ 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 following

[wtr-general] Re: Simulate high latency connections with Watir?

2009-03-27 Thread rollo
Thanks Manish. This looks promising. But, I would need to be able to alter the values from my script. I'll have a go and see if it does. Cheers. ~rollo On Mar 25, 9:16 pm, Manish Sapariya man...@gslab.com wrote: http://www.uselessapplications.com/en/Application/IEThrottle.aspx Hope

[wtr-general] Need help checking a box in a table in an iframe

2009-09-25 Thread rollo
I'm in need of some help getting to a checkbox element in a table (in an iframe). My trouble is that there are two check box elements that are almost exactly the same. Here is the HTML: input type=checkbox name=email value=cro...@point.com / nbsp;rollo, c (cro...@point.com)br / input type

[wtr-general] Re: Need help checking a box in a table in an iframe

2009-09-25 Thread rollo
I should add that I know the text is on the page... irb(main):059:0 browser.frame(:name,/ admin_frame_*/).text.include?'rollo, c j' = true Thanks. On Sep 24, 11:00 pm, rollo croll...@gmail.com wrote: I'm in need of some help getting to a checkbox element in a table (in an iframe).  My trouble

[wtr-general] Re: Need help checking a box in a table in an iframe

2009-09-25 Thread rollo
Greetings. desiring to make the question more coherent, I left out the fact that there are 4 accounts that only differ in the Text attribute. In addition, the accounts are non-consecutive and the order is arbitrary. So, while :index would work on this specific dataset, I can't be guaranteed