--- a/eric7/WebBrowser/WebBrowserPage.py Sun Aug 29 20:21:41 2021 +0200 +++ b/eric7/WebBrowser/WebBrowserPage.py Mon Aug 30 20:02:39 2021 +0200 @@ -111,6 +111,16 @@ self.__setupChannelTimer.setInterval(100) self.__setupChannelTimer.timeout.connect(self.__setupChannelTimeout) + def view(self): + """ + Public method to get a reference to the WebBrowserView associated with + the page. + + @return reference to the WebBrowserView associated with the page + r@type WebBrowserView + """ + return self.__view + @pyqtSlot() def __setupChannelTimeout(self): """