browsingContext.sys.mjs |
Collect nodes using accessibility attributes.
@see https://w3c.github.io/webdriver-bidi/#collect-nodes-using-accessibility-attributes
|
16770 |
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.
|
10083 |
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 |
network.sys.mjs |
Internal commands
|
4686 |
script.sys.mjs |
@typedef {string} EvaluationStatus
|
15121 |