Just looking at your "html" briefly, I would guess that what you are looking at is not actually the HTML of the generated page, but rather the source before the HTML elements are generated by the script and rendered by the browser. There is a very big difference.

You need to determine the contents of the document after the page (frame) contents are generated and rendered. Only then will you be able to pick out the individual elements with which you want to interact.

Lonny Eachus
==========


Subject:
Re: [Wtr-general] Wtr-general Digest, Vol 35, Issue 27
From:
"Roger Studner" <[EMAIL PROTECTED]>
Date:
Wed, 25 Oct 2006 07:53:12 -0400

This is going to be messy.. but testing ASP.NET stuff:

Here is the HTML.. this is the 'left frame' of my application.. the frame's name is "contents"

[. . .]

I have absolutely no idea how to click/locate/use any of the TreeView (treeview.htc) components.

Roger


_______________________________________________
Wtr-general mailing list
[email protected]
http://rubyforge.org/mailman/listinfo/wtr-general

Reply via email to