Noindex
Doc fixtures
Stable public HTML for docs examples and post-release smoke. Not for search. Hooks use
sf- classes and ids.
{
"actions": {
"title": "h1",
"body": "p",
"cta": "a.sf-cta@href"
}
} {
"actions": {
"cards": {
"selector": ".sf-card",
"many": true,
"output": {
"title": "a.sf-title@text",
"link": "a.sf-title@href",
"points": ".sf-points"
}
}
}
} {
"actions": {
"items": {
"selector": ".sf-row",
"many": true,
"output": {
"name": ".sf-name",
"tags": {
"selector": ".sf-tag",
"many": true,
"output": "text"
}
}
}
}
} {
"actions": {
"rows": "table.sf-table@tableJson"
}
} {
"actions": {
"product": "script#__NEXT_DATA__@json:props.pageProps.product"
}
} {
"query": "Outline the article sections and state the main claim in one sentence."
} {
"actions": {
"items": {
"selector": ".sf-item",
"many": true,
"output": "text"
}
}
} {
"actions": {
"type": {
"fn": "fill",
"selector": "#sf-q",
"args": "widget"
},
"submit": {
"fn": "click",
"selector": "#sf-submit"
},
"title": ".sf-result-title",
"count": ".sf-result-count"
}
}