Name Description Size Coverage
_configuration.sys.mjs Internal module to set the configuration on the newly created navigables. 9685 100 %
browser.sys.mjs An object that holds information about the client window @typedef ClientWindowInfo @property {boolean} active True if client window is keyboard-interactable. False, if otherwise. @property {string} clientWindow The id of the client window. @property {number} height The height of the client window. @property {WindowState} state The client window state. @property {number} width The width of the client window. @property {number} x The x-coordinate of the client window. @property {number} y The y-coordinate of the client window. 13254 97 %
browsingContext.sys.mjs @typedef {string} ClipRectangleType 83340 98 %
emulation.sys.mjs @typedef {object} NetworkConditions @property {string} type 38102 98 %
input.sys.mjs Assert that the target coordinates are within the visible viewport. @param {Array.<number>} target Coordinates [x, y] of the target relative to the viewport. @param {BrowsingContext} context The browsing context to dispatch the event to. @returns {Promise<undefined>} Promise that rejects, if the coordinates are not within the visible viewport. @throws {MoveTargetOutOfBoundsError} If target is outside the viewport. 12507 79 %
log.sys.mjs 469 100 %
network.sys.mjs Defines the maximum total size as expected by the specification at https://w3c.github.io/webdriver-bidi/#max-total-data-size 91561 96 %
permissions.sys.mjs An object that holds the information about permission descriptor for Webdriver BiDi permissions.setPermission command. @typedef PermissionDescriptor @property {string} name The name of the permission. 3714 95 %
script.sys.mjs @typedef {string} ScriptEvaluateResultType 36858 98 %
session.sys.mjs An object that holds information about the subscription, if the <var>topLevelTraversableIds</var> and the <var>userContextIds</var> are both empty, the subscription is considered global. @typedef Subscription @property {Set} eventNames A set of event names related to this subscription. @property {string} subscriptionId A unique subscription identifier. @property {Set} topLevelTraversableIds A set of top level traversable ids related to this subscription. @property {Set} userContextIds A set of user context ids related to this subscription. 31207 89 %
storage.sys.mjs Enum of possible partition types supported by the storage.getCookies command. @readonly @enum {PartitionType} 28146 96 %
webExtension.sys.mjs A WebExtension id. @typedef {string} Extension 5267 100 %