Module: zombie/webbrowser

Zombie Navigator API (ZAPI) documentation
Version:
  • 0.4.0
License:
  • AGPL-3.0+
Source:

Classes

Window

Methods

(inner) closeAll() → {Promise}

Close all windows opened by the Zombie script This doesn't close any other windows, so if the user moves a Zombie tab into another window, that tab is not closed here.
Source:
Returns:
Type
Promise

(inner) openPrivateWindow(uri) → {Promise}

Open a private window (tab)
Parameters:
NameTypeDescription
uristring
Source:
Returns:
Resolves to Window
Type
Promise

(inner) openWindow(uri) → {Promise}

Open a window (tab)
Parameters:
NameTypeDescription
uristring
Source:
Returns:
Resolves to Window
Type
Promise