blob: e3e9842bf4fbc99c99c8e4d224dbf76d2ae7181f (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
|
.. py:currentmodule:: firefox_puppeteer.api.appinfo
AppInfo
=======
The appinfo class is a wrapper around the nsIXULAppInfo_ interface in
Firefox and provides access to a subset of its members.
.. _nsIXULAppInfo: https://developer.mozilla.org/docs/Mozilla/Tech/XPCOM/Reference/Interface/nsIXULAppInfo
AppInfo
-------
.. autoclass:: AppInfo
:members:
|