i wonder how to set value of textbox using webbrowser. For example i want to open google search page and autocomplete search textbox to specific value. I found that in win forms i can do it using GetElementById and SetAttribute methods. Unfortunately i can’t use this methods in wpf.
Share
The WebBrowser control in WPF doesn’t currently support this. However, you can use the ‘WindowsFormsHost’ control to use the WinForms WebBrowser in your WPF application.
Like this: