|
-
Aug 31st, 2021, 12:21 PM
#11
Re: VB6 WebView2-Binding (Edge-Chromium)
 Originally Posted by jackr
Is there a way to invoke a js click such as
WV.jsRun("document.getElementById('Somebutton')".click()")
WV.jsRun is thought for simple (for the most part, self-defined) functions...
For more complex "actions" like yours above, try it with:
WV.ExecuteScript "document.getElementById('Somebutton').click()"
instead.
HTH
Olaf
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|