You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
"short" option for JSON serialisation that turns Element into their path, rather than their sub-tree.
EARL:
Make sure that each EARL output is as complete as possible, the graph should be compacted afterwards.
Have an Assertor EARL pre-baked, to be used in reports.
New:
Add a "JS path" serialisation for DOM tree, that can access any node (including into shadow DOM or content document). This would be a JS eval(…)-able expression to select it, such as document.childNodes[2].shadowRoot. … In contexts where eval cannot be used (e.g. content scripts injected from an extension), these are easy to parse and follow (and we can provide the parser too).
The text was updated successfully, but these errors were encountered:
JSON:
EARL:
Assertor
EARL pre-baked, to be used in reports.New:
eval(…)
-able expression to select it, such asdocument.childNodes[2].shadowRoot. …
In contexts whereeval
cannot be used (e.g. content scripts injected from an extension), these are easy to parse and follow (and we can provide the parser too).The text was updated successfully, but these errors were encountered: