• Open Menu Close Menu
  • Apple
  • Shopping Bag
  • Apple
  • Mac
  • iPad
  • iPhone
  • Watch
  • TV
  • Music
  • Support
  • Search apple.com
  • Shopping Bag

Lists

Open Menu Close Menu
  • Terms and Conditions
  • Lists hosted on this site
  • Email the Postmaster
  • Tips for posting to public mailing lists
Re: Help clicking a web button with AppleScript without GUI scripting
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

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

References: 
 >Help clicking a web button with AppleScript without GUI scripting (From: Joe <email@hidden>)
 >Re: Help clicking a web button with AppleScript without GUI scripting (From: SVV Satyanarayana <email@hidden>)

  • Prev by Date: RE: Newbie Question...
  • Next by Date: Re: Help clicking a web button with AppleScript without GUI scripting
  • Previous by thread: Re: Help clicking a web button with AppleScript without GUI scripting
  • Next by thread: Re: Help clicking a web button with AppleScript without GUI scripting
  • Index(es):
    • Date
    • Thread