Categories > Coding > C# >

execute button

Posts: 15

Threads: 9

Joined: Jan, 2022

Reputation: 0

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?

  • 0

z_Kenneth

roachcock#3492

vip

Posts: 154

Threads: 14

Joined: Oct, 2021

Reputation: 5

Replied

u should consult parex's webview2 api

  • 0

Posts: 197

Threads: 10

Joined: Feb, 2021

Reputation: 9

Replied

The best way is to read the webview2 docs.

if youre dumb enough like me ofcc!!!! just see parex webview2 thread >_<

  • 0

Im netral, not evil, not too kind either.

Users viewing this thread:

( Members: 0, Guests: 1, Total: 1 )