|
Rank: Advanced Member Groups: Member
Joined: 8/29/2016 Posts: 64
|
When I call BrowserView.SendMouseEvent it uses JavaScript to emulate mouse event or it uses native Chromium methods?
Will it work with Flash?
|
|
Rank: Administration Groups: Administration
Joined: 5/27/2007 Posts: 24,229
|
Hi,
It does not use JavaScript. It constructs an internal Chromium event object and pass that it to the event handler. It may not work with Flash though since that is handled by the plugin, not by the browser engine.
Thanks!
|
|
Rank: Advanced Member Groups: Member
Joined: 8/29/2016 Posts: 64
|
Hi,
thank you for the answer!
Is it possible to emulate click on Flash somehow?
|
|
Rank: Administration Groups: Administration
Joined: 5/27/2007 Posts: 24,229
|
You can try SendMouseEvent and see if it works --- if it does not work then you are out of luck. We can not make any changes to Flash ---- we neither have the source code of the plugin, nor have the legal permission from Adobe to modify it.
|
|
Rank: Advanced Member Groups: Member
Joined: 8/29/2016 Posts: 64
|
Okay, thank you, I will test it on my side.
|
|