How to move mouse pointer to a location and click an object?

Bringing the internet highway into your project? Building FTP, HTTP, email, chat or other client solutions?

Moderators: FourthWorld, heatherlaine, Klaus, kevinmiller, robinmiller

Post Reply
alex298
Posts: 101
Joined: Mon May 01, 2006 1:17 pm

How to move mouse pointer to a location and click an object?

Post by alex298 » Wed Aug 17, 2011 11:15 am

Hello,

A browser was drawn on a stack. Is it possible to use script move the mouse pointer to a location of the displayed web page, and then click on an objects, for example, button or banner.

Best regards
Alex
Nice to meet all of you.

Mark
Livecode Opensource Backer
Livecode Opensource Backer
Posts: 5150
Joined: Thu Feb 23, 2006 9:24 pm
Contact:

Re: How to move mouse pointer to a location and click an object?

Post by Mark » Thu Aug 18, 2011 10:36 pm

Hi Alex,

I don't think this is possible, but you can get the HTML-text of the browser object, from which you could retrieve the URL. The revBrowserNavgate function should pretty much give the effect you're looking for.

Kind regards,

Mark
The biggest LiveCode group on Facebook: https://www.facebook.com/groups/livecode.developers
The book "Programming LiveCode for the Real Beginner"! Get it here! http://tinyurl.com/book-livecode

Post Reply