Interface representing a browser window.
[scriptable, uuid(207edb28-eb5e-424e-a862-b0e97c8de866)]
Attributes
The currently-active tab within the browser window.
The events object for the browser window. supports: "TabOpen", "TabClose", "TabMove", "TabSelect"
A collection of browser tabs within the browser window.
Methods
Open a new browser tab, pointing to the specified URI.
@param aURI
The uri to open the browser tab to
