In Google Chrome, I want to trigger the browser's 'find' functionality from Javascript. I tried the following which does not work.
window.find("sometext")
How can I do this? Is this possible?
Note that simple 'DOM' search is not possible, because I have an iframe with an embedded PDF inside. The CTRL+F in chrome searches the DOM on the page and any PDF inside of it.