From: Mike Stephens Date: 2007-03-14T17:05:41+09:00 Subject: Watir without a web page? I'm on a filtered connection here which won't let me download Watir so I can't try this for myself until I go home at the weekend. What I'm thinking is maybe you can use Watir/Internet Explorer as a GUI for Ruby. Instead of reading a web page, you simply create screens, text boxes etc via the Document Object Model. This is predicated on two things. The first is Watir's connection can manipulate all parts of the DOM and secondly that IE allows you not just to read web pages but also create them (as IE objects not real files) and build text boxes etc. Can you see a flaw in this yet? -- Posted via http://www.ruby-forum.com/.