I am writing an app which looks at a specific web page authored by a third party (therefore the page contents can change without warning).

My app needs to find the login name dialog and the password dialog, enter the text (which I could do with sendkeys i suppose) and click the GO button.

How do I find where the login name and password box is on the page?