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: 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