@PSI_lbc said in Can't Figure out QWebEngineView::findText():
The concept of QWebEngineView::findText() is really, really weird. If you’re looking for specific text on a webpage, you want to know the searched for text is there NOW..not when some callback function gets around to it.
This is by design - it affects all functions that interact with the browser, everything is asynchronous e.g. runJavaScript(code) too.