Within QWebPage, we have: ``` typedef QFlags<QWebPage::FindFlag> FindFlags; ``` Which we would expect to be available as `PyQt6.QWebPage.FindFlags` and act as a python flag enum. Need to investigate why this doesn't work.