Name Description Size
__init__.py 0
addons.py const [resolve] = arguments; const { AddonManager } = ChromeUtils.importESModule( "resource://gre/modules/AddonManager.sys.mjs" ); async function getAllAddons() { const addons = await AddonManager.getAllAddons(); const ids = addons.map(x => x.id); resolve(ids); } getAllAddons(); 2544
context.py 481
fixtures.py Start a Firefox instance without using geckodriver. geckodriver will automatically use the --remote-allow-hosts and --remote.allow.origins command line arguments. Starting Firefox without geckodriver allows to set those command line arguments as needed. The fixture method returns the browser instance that should be used to connect to a RemoteAgent supported protocol (CDP, WebDriver BiDi). 4818
helpers.py 10983
network.py 1582
webextensions