Categories > Coding > C# >
execute button
Posted
HtmlDocument document = webView21.Document;
string scriptName = "GetText";
object[] args = new string[0];
object obj = document.InvokeScript(scriptName, args);
string script = obj.ToString();
API.Execute(script);
How can i do this with webVeiw2?
Replied
u should consult parex's webview2 api
Cancel
Post
Replied
The best way is to read the webview2 docs.
if youre dumb enough like me ofcc!!!! just see parex webview2 thread >_<
Cancel
Post
Im netral, not evil, not too kind either.
Users viewing this thread:
( Members: 0, Guests: 1, Total: 1 )
Cancel
Post