Hi community,
wanna ask whats the difference (in a B4J WebView) in a real Mouseclick on a Button to one fired programmatically with
If i am clicking with the mouse, some Scripts are running and doing something nice.
With "click" this is not happening.
Are there different Events or different Event-Bubbling things?
I cant give an real example with the scripts and the HTML because its all "very secret"
Thanks for an hint
Patent
wanna ask whats the difference (in a B4J WebView) in a real Mouseclick on a Button to one fired programmatically with
B4J:
Dim a as String = $"document.getElementsByClassName("myButton")[0].click();"$
myWebengine.RunMethod("executeScript", Array As String(a))
If i am clicking with the mouse, some Scripts are running and doing something nice.
With "click" this is not happening.
Are there different Events or different Event-Bubbling things?
I cant give an real example with the scripts and the HTML because its all "very secret"
Thanks for an hint
Patent