
Can be used to open an app inįirefox, as well as launch desktop-like apps via Mozilla’s XUL framework. FirefoxRuntime ( icon=None, title=None, size=None, pos=None, windowmode=None, **kwargs ) ¶
#HTML EXECUTABLE IERUNTIME INSTALL#
This information is used internally to install or update a runtime.
#HTML EXECUTABLE IERUNTIME ARCHIVE#
Can be an application, but also an archive or installer. Get (version, path) for the version of the runtime available If necessary, the runtime is cached/installed. Get the directory of the (up-to-date) local version of the runtime. Get (version, path) for the (highest) version of this runtime that Note that not all modes are supported by all


Get whether this runtime appears to be available on this machine. Get the version of the available runtime (as a string). Get instructions on how a runtime can be installed. Can be None if the runtime is not (yet) installed. The path to an executable file, but it can also be a command, or evenĪ stub. Get the executable corresponding to the runtime. Note that closing only works for runtimes launched asĪn app (using launch_app()). BaseRuntime ( **kwargs ) ¶Ĭlose the runtime, or kill it if the process does not The otherĪpp runtimes are useful for testing or development, but should generally beĭetails for each runtime ¶ class webruntime. NW is based on Chromium, making it heavier. The most developed app runtimes are Firefox and NW. pyqt-app: open as desktop-like app using PyQt/PySide.chrome-app: open as desktop-like app via Chrome/Chromium (only works well.nw-app: open as desktop app using NW.js.


kwargs – addition arguments specific to the runtime.See below for more information on available runtimes. ‘nw-app’ or ‘edge-browser’, orĪ selection, e.g. ‘app’ will open in aĭesktop-app-like runtime, ‘browser’ in a browser runtime. runtime ( str) – The runtime(s) to use.
