I am currently working on a program that auto fills pages, and I wanted to switch to the Edge browser (WebView1) as the browser control instead of IE 11 (WebBrowser1) since some pages refuse to load correctly.
For the Webview1, is there an alternative to this?
WebBrowser2.Document.GetElementById("url").SetAttribute("value", Form1.WebBrowser1.Url.ToString())
WebBrowser2.Document.All("process").InvokeMember("click")
Basically what it does is it fills a textbox from the url of another Webbrowser and then clicks OK
I tried finding an alternative but I could not seem to find anything...
Aucun commentaire:
Enregistrer un commentaire