Using the following HTML: <html> <head> <title> celltest </title> </head> <body> <table> <tr><td>test</td></tr> </table> </body> </html>
I attach to the window and run ie.cell(:text, “test”).exists? and irb returns false. ie.show_all_objects returns ‘nil’ ie.show_tables returns: “Found 1 tables 1 id = rows=1 columns =1 =>nil”
I’m currently running ruby 1.8.2 and watir 1.4.1, which the test was developed in.
Thank you, Mike Townley
|
_______________________________________________ Wtr-general mailing list Wtr-general@rubyforge.org http://rubyforge.org/mailman/listinfo/wtr-general