[wtr-general] Invitation to connect on LinkedIn

2010-03-18 Thread sunny bansal
LinkedIn I'd like to add you to my professional network on LinkedIn. - sunny Confirm that you know sunny bansal https://www.linkedin.com/e/isd/1156817963/owtxZrAC/EML-invg_56/ -- (c) 2010, LinkedIn Corporation -- Before posting, please read http://watir.com/support. In

[wtr-general] Re: Drop down menu

2010-03-18 Thread jw
you may have to fire more than one mouse event. i once had to fire an onmousedown, wait 1 sec, then fire onclick (or something like that, i don't quite remember). try doing it interactively with irb instead of writing the test and running over and over. playing with it interactively sometimes

[wtr-general] Re: Drop down menu

2010-03-18 Thread tester86
I have been testing this part of my script in IRB, I also triggered two fire_event onmousedown then onmouseup. Also tried onmousedown sleep 1 then onmouseup, tried and tested all the possbile combinations and methods. When onmousedown is triggered in the table it generated the drop down list --