[Wtr-general] Writing the output of show all objects to a file

Nandan forum-watir-users at openqa.org
Mon Aug 7 13:43:45 EDT 2006


Is this what you mean?

outp = File.open("out.txt", "w")  
sr = ie.show_all_objects
outp.puts sr
outp.close
---------------------------------------------------------------------
Posted via Jive Forums
http://forums.openqa.org/thread.jspa?threadID=3375&messageID=9406#9406



More information about the Wtr-general mailing list