We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0c88061 commit 8fa35c5Copy full SHA for 8fa35c5
README.md
@@ -305,13 +305,13 @@ There may also be elements which need to be completely removed during testing. F
305
]
306
```
307
308
-### Capturing the entire viewport
309
-There is a magic selector called `viewport`. Use it to capture the entire page (regardless of the height specified in your `viewports` object)...
+### Capturing the entire document
+There is a magic selector called `document`. Use it to capture the entire document (regardless of the height specified in your `viewports` object)...
310
```js
311
"scenarios": [
312
{
313
"selectors": [
314
- "viewport",
+ "document",
315
...
316
],
317
0 commit comments