Bernard Kenik wrote:
> I have a script which:
>
> 1. goes to a site
> 2. moves to the login page
> 3. login
> 4. moves to an interactive database
> 5. specify the desired data by means of checkboxes, select_lists, and
> buttons
> 6. the result is the specified data displayed in a table.
>
> What I would prefer to do at this point is to download the displayed page.
>
> To do this, I need to:
>
> 1. Select "Save As..." from the "File" menu.
> 2. A "Save Webpages" dialog window shows up.
> 3. I need to clear and fill in the "Save in:" text_field.
> 4. I need to clear and fill in the "File name:" text_field
> 5. Click on the "Save" button
>
> Question: How can I access the objects that part of the Browser window and
> part of the rendered webpage?
>
> The IE Developer Toolbar is unable to access anything outside the webpage.
>
> Thank you for any assistance you can provide
>
An easier approach would just be write @ie.html to a file.
_______________________________________________
Wtr-general mailing list
Wtr-general@rubyforge.org
http://rubyforge.org/mailman/listinfo/wtr-general