Page 1 of 1

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

Posted: Wed Aug 17, 2011 11:15 am
by alex298
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

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

Posted: Thu Aug 18, 2011 10:36 pm
by Mark
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