Name Description Size
browsingContext.sys.mjs Collect nodes using accessibility attributes. @see https://w3c.github.io/webdriver-bidi/#collect-nodes-using-accessibility-attributes 16579
input.sys.mjs In the provided array of input.SourceActions, replace all origins matching the input.ElementOrigin production with the Element corresponding to this origin. Note that this method replaces the content of the `actions` in place, and does not return a new array. @param {Array<input.SourceActions>} actions The array of SourceActions to deserialize. @returns {Promise} A promise which resolves when all ElementOrigin origins have been deserialized. 5321
log.sys.mjs Map the internal stacktrace representation to a WebDriver BiDi compatible one. Currently chrome frames will be filtered out until chrome scope is supported (bug 1722679). @param {Array<StackFrame>=} stackTrace Stack frames to process. @returns {object=} Object, containing the list of frames as `callFrames`. 8068
script.sys.mjs @typedef {string} EvaluationStatus 15121