Bit more info.
1st, the javascript in question exists within a nested table structure (this is 
table #5) within a frame. I can actually make the text that is displayed in the 
table cell flash (with this):

ie.frame("top_frame").table(:index, 5)[2][2].flash

And I can actually make it highlight yellow when it is clicked with this:

ie.frame("top_frame").table(:index, 5)[2][2].fire_event('onclick')

however not with this:

ie.frame("top_frame").table(:index, 5)[2][2].click

BUT! Neither the fire_event('onclick') nor the simple click actually CLICK on 
the darn cell to activate the javascript within! Grrr!

Anyone have any suggestions?
---------------------------------------------------------------------
Posted via Jive Forums
http://forums.openqa.org/thread.jspa?threadID=4171&messageID=11522#11522
_______________________________________________
Wtr-general mailing list
Wtr-general@rubyforge.org
http://rubyforge.org/mailman/listinfo/wtr-general

Reply via email to