• 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: Joe <email@hidden>
  • Date: Mon, 9 Jun 2008 07:07:26 -0700

You wrote:
>I am also trying for a smilar script.
>How do we know the name of the textbox in the web page is "document.forms[0].PASSWORD.value? If we have more textboxes in the web page, how to know their names so that I can enter values using java script.
>Is it possible to click the weblinks also using Java script?
>How about other controls access like checkboxes or radio buttons?
>

I am just learning how to do this so my understanding might be limited.

In addition to what Mark said, there may be more than 1 form on a page.

document.forms[0]      addresses the first form on the page

document.forms[1]      addresses the second form on the page

and so on.

Joe
 _______________________________________________
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: Help clicking a web button with AppleScript without GUI scripting
  • Next by Date: Re: Newbie Question...
  • 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