[wtr-general] Re: How to click on a div tag

2011-10-14 Thread Chuck van der Linden
Keeping in mind what Cliff and Orde both say below, if you need to push forward I might suggest a few things first, are you sure you need to fire the event against the 'subj' div? The name of the class for the div above that makes me think it would be the one with the resize functionality

[wtr-general] Re: How to click on a div tag

2011-10-14 Thread iamqa
Hi Chuck, You are right in regards to the length of the id's used in identification. Also there is lot of dynamic data. short description should be beneficial. I will fix my script. I ran my script in IRB, and found that .click is returning back a value(time it took to execute), but I don't see

[wtr-general] Re: How to click on a div tag

2011-10-14 Thread Chuck van der Linden
On Oct 14, 10:33 am, iamqa srko...@gmail.com wrote: Hi Chuck, You are right in regards to the length of the id's used in identification. Also there is lot of dynamic data. short description should be beneficial. I will fix my script. I ran my script in IRB, and found that .click is

[wtr-general] Re: How to click on a div tag

2011-10-13 Thread orde
I've seen this topic come up a few times in this forum (i.e. automating yahoo email or gmail), and I'd advise finding another option if possible. They have tons of dynamic content and change frequently, so it's a serious challenge to maintain. Sorry it's not the answer that you're looking for,

Re: [wtr-general] Re: How to click on a div tag

2011-10-13 Thread Cliff Cyphers
And if you are using the yahoo and gmail accounts for test purposes, pop them instead and much easier to automate with ruby('net/pop'). On Thu, Oct 13, 2011 at 8:34 PM, orde ohil...@gmail.com wrote: I've seen this topic come up a few times in this forum (i.e. automating yahoo email or gmail),