Re: Help clicking a web button with AppleScript without GUI scripting
Re: Help clicking a web button with AppleScript without GUI scripting
- Subject: Re: Help clicking a web button with AppleScript without GUI scripting
- From: "Mark J. Reed" <email@hidden>
- Date: Mon, 9 Jun 2008 09:13:14 -0400
On Mon, Jun 9, 2008 at 1:31 AM, SVV Satyanarayana <email@hidden> wrote:
> How do we know the name of the textbox in the web page is
> "document.forms[0].PASSWORD.value?
Look at the HTML. It is an element of the form
<input name="PASSWORD" ...>
The value of the "name" attribute is what the field of the form object
will be named in Javascript.
--
Mark J. Reed <email@hidden>
_______________________________________________
Do not post admin requests to the list. They will be ignored.
AppleScript-Users mailing list (email@hidden)
Help/Unsubscribe/Update your Subscription:
Archives: http://lists.apple.com/archives/applescript-users
This email sent to email@hidden