WebExtensions - access TabView and canGoBack/canGoForward

Hi,

With the WebExtensions, what is the alternative to get the information about the “Tab Groups” using the XUL browser TabView property?

Same question for the property canGoBack/canGoForward ?

Thanks

I don’t think WebExtensions can reach out into this XUL scope. You can probably exeucte a script in the content of the tab though and probably check the history object.

1 Like