System Events Question

What is the proper way to have System Events click on an axis point. I’m thinking primarily about navigating a web page. Thanks for any help.
Matt

try a search for “gui scripting”

I would actually like to know how to do the same for the same reason… :confused: A quick search for “gui scripting axis” and “gui scripting coordinates” without quotes turned up nothing.

The answer to your question depends on a lot of things, but I doubt that GUI scripting is one of them because the axes you’re talking about are probably not part of the browser interface - they are part of the content being displayed. The usual way to interact with content is through JavaScript from an AppleScript, so if the axis is a link of some sort, JavaScripting it is the way to go. Can’t really say more without details.