Page 1 of 1

Simulate mouse left click

Posted: Fri Sep 03, 2021 9:59 pm
by alpires2000
Hi Guys, Is there any way to simulate the mouse left click with Chromium1.SendKeyEvent?
Thanks

Re: Simulate mouse left click

Posted: Sun Sep 05, 2021 9:09 am
by salvadordf
You can use TChromium.SendMouseClickEvent or send Windows messages to the browser.
See the OSR demos for more details.