Simulate a mouseclick

Anything beyond the basics in using the LiveCode language. Share your handlers, functions and magic here.

Moderators: FourthWorld, heatherlaine, Klaus, kevinmiller, robinmiller

Post Reply
UKMC
Posts: 50
Joined: Sun Jan 08, 2017 12:01 pm

Simulate a mouseclick

Post by UKMC » Sat Feb 25, 2017 9:47 pm

Hi alltogether,

I look for a solution to simulate a mouseclick on a defined coordinate within a browser widget out of the program.

I hope you have better ideas than me, I tried several ways, but no success :-(

Best regards and thanks in advance


Ulrich

Klaus
Posts: 14208
Joined: Sat Apr 08, 2006 8:41 am
Contact:

Re: Simulate a mouseclick

Post by Klaus » Sun Feb 26, 2017 2:58 pm

Hi Ulrich,

did you try:
...
click at <your loc here...>
...
?


Best

Klaus

UKMC
Posts: 50
Joined: Sun Jan 08, 2017 12:01 pm

Re: Simulate a mouseclick

Post by UKMC » Sun Feb 26, 2017 3:12 pm

Hi Klaus,

yes, Itried this, but unfortunately the click does not go to the browser content.
There is (other than if a button is at the clickloc) no reaction in the webpage which is displayed in the widget...

Any other idea ??

Best regards

Ulrich

Post Reply