http://stackoverflow.com/questions/3787555/how-to-find-out-which-javascript-events-fired
On Thu, Aug 9, 2012 at 10:56 AM, Wind Dive <[email protected]> wrote: > Here is the line of code I used. > > @@browser.div(:class => 'rich-tree-node-children > rich-tree-h-ic-line').tbody(:index, 0).tr(:index => 0).td(:index => > 2).span(:index => 0).fire_event("onclick") > > However, I can visibly see Watir activate the item, however the webpage > does nothing. This is where I'm lost, I don't know what I am missing or > what I should be doing that will cause this to activate on the website. I > did attach a document in my previous post of what I'm working with. Any > help on how this needs to be coded to get this to work would be extremely > helpful. > > Thank you in advance. > > -- > Before posting, please read http://watir.com/support. In short: search > before you ask, be nice. > > [email protected] > http://groups.google.com/group/watir-general > [email protected] > -- Before posting, please read http://watir.com/support. In short: search before you ask, be nice. [email protected] http://groups.google.com/group/watir-general [email protected]
