|
For the most part, Vincent, nested tables are straightforward. If you have an @ie object, and frame A containing frames B and C, which contain other elements: Text box in frame B: @ie.frame('A').frame('B').text_box(:id, 'my_text_box').set('sample text') Button in frame C: @ie.frame('A').frame('C').button(:id, 'my_button').click Where nested frames can get hairy is when their contents come from different domains. But that is rare, relatively speaking. Lonny Eachus =========
|
_______________________________________________ Wtr-general mailing list [email protected] http://rubyforge.org/mailman/listinfo/wtr-general
