How to scroll to the location of any text automatically in the WebBrowser control in C#. Lets say, I way to scroll to the third instance of the word “ABCD” in the webbrowser control, how to do that? I can identify the location, but how to scroll to that word, or convert that word location in innerText to Point location in Browser screen.
How to scroll to the location of any text automatically in the WebBrowser control
Share
Firefox has methods to do the same: ScrollToElement.