fuelIWindow

Interface representing a browser window.

Methods

open(aURI)

Open a new browser tab, pointing to the specified URI.

Parameters

aURI The uri to open the browser tab to

Attributes

tabs

A collection of browser tabs within the browser window.

activeTab

The currently-active tab within the browser window.

events

The events object for the browser window.
supports: “TabOpen”, “TabClose”, “TabMove”, “TabSelect”