[wtr-general] Re: A stupid question ... how do I apply patches to Watir? :-(

2010-06-01 Thread Amit Koparkar
could you please let me know how to apply the patch to watir? Amit On Apr 15, 1:16 am, Rats crapats...@yahoo.com.au wrote: On Apr 14, 4:30 pm, Michael Hwee michael_h...@yahoo.com wrote: Can you use click! Click! just launches the popup just like click by itself would do. So performance

Re: [wtr-general] Re: A stupid question ... how do I apply patches to Watir? :-(

2010-06-01 Thread Željko Filipin
On Tue, Jun 1, 2010 at 8:47 AM, Amit Koparkar amit.kopar...@gmail.com wrote: could you please let me know how to apply the patch to watir? What do you want to do? Željko -- watir.com - community manager watirpodcast.com - host testingpodcast.com - audio podcasts on software testing. all of them

[wtr-general] Fwd: Donate to Watir

2010-06-01 Thread Željko Filipin
If you like the Watir project, you can make a donation. There is donate button at http://watir.com/. We have raised $570 this year. We will spend it on hosting and stuff like that. You can see list of donors and Bret's thank you note at http://pledgie.com/campaigns/2982 Željko -- Before

[wtr-general] How to automate ?

2010-06-01 Thread meaculpa
I have a webpage to check which is having 18 different affialiates means 18 wrappers. So the class name and text of the same object varies for each wrapper. So how cna I identify the object and reduce the script repetition.? -- Before posting, please read http://watir.com/support. In short:

Re: [wtr-general] How to handle a pop up having drop down under itself

2010-06-01 Thread Željko Filipin
On Mon, May 31, 2010 at 5:36 PM, Saket sktmis...@gmail.com wrote: I am working with an application where a pop up is generated after clicking on a button. This could help: http://wiki.openqa.org/display/WTR/Pop+Ups Željko -- watir.com - community manager watirpodcast.com - host

Re: [wtr-general] How to automate ?

2010-06-01 Thread Željko Filipin
On Tue, Jun 1, 2010 at 11:02 AM, meaculpa harismah...@gmail.com wrote: I have a webpage to check which is having 18 different affialiates means 18 wrappers. Please post sample html. Željko -- watir.com - community manager watirpodcast.com - host testingpodcast.com - audio podcasts on software

[wtr-general] Re: How to automate ?

2010-06-01 Thread meaculpa
Like I can say www.google.com/us www.google.com/fr and imagine for Fr and Us, both the class names of search textbox is different and text too.. so what to do ? -- Before posting, please read http://watir.com/support. In short: search before you ask, be nice. You received this message

[wtr-general] Re: How to automate ?

2010-06-01 Thread joedio
Some things to try. a) Look at the HTML source for each of the variants of the page, and try to identify and common attribute that Watir can use to distinguish them. Perhaps while the button's text may change (e.g. Recherche Google or Google Search, some other attribute remains constant (e.g. it