Re: [Wtr-general] How to use it in Watir?

2006-08-02 Thread Chris McMahon
On 8/2/06, Andrew McFarlane <[EMAIL PROTECTED]> wrote: > So, if I have an image button that does not have a name, id, or alt > attribute value, but does have a src attribute value, I cannot click it? While the comments in watir.rb are not 100% accurate, they will answer a great many questions:

Re: [Wtr-general] How to use it in Watir?

2006-08-02 Thread Charley Baker
Hey Andrew,   Without seeing the html for the button you're trying to click, this is the general idea, use the src attribute and then best off for a regular _expression_ in the source for what you're looking for. ie.image(:src, /mybutton/).clickCheers, CharleyOn 8/2/06, Andrew McFarlane <[EMAIL PR

Re: [Wtr-general] How to use it in Watir?

2006-08-02 Thread Andrew McFarlane
So, if I have an image button that does not have a name, id, or alt attribute value, but does have a src attribute value, I cannot click it? Thanks. Andrew >ie.image(:name, 'xxx').click At 08:41 AM 8/23/2005, Alex GLove wrote: Hi guys, I am trying to make watir to click on an obje

Re: [Wtr-general] How to use it in Watir?

2005-08-23 Thread Bret Pettichord
ie.image(:name, 'xxx').click At 08:41 AM 8/23/2005, Alex GLove wrote: Hi guys, I am trying to make watir to click on an object but with no luck. I tried both: ie.image(:src, '/Images/xxx.gif').click ie.image(:id,Your DIsco needs you').click what am I supposed to enter? many thanks ___

[Wtr-general] How to use it in Watir?

2005-08-23 Thread Alex GLove
Hi guys,I am trying to make watir to click on an object but with no luck.I tried both:ie.image(:src, '/Images/xxx.gif').clickie.image(:id,Your DIsco needs you').clickwhat am I supposed to enter?many thanks ___ Wtr-general mailing list Wtr-general@