So i am building an application where I am searching for a word in a page displayed on the webbrowser, and if the word is present, I want the webbrowser to scroll to that word. I am having some difficulty in figuring how to do this, if I should use scrollIntoView
for this, etc. Could you guys help?