Skip to content

Commit 8fa35c5

Browse files
authored
update for magic document selector
1 parent 0c88061 commit 8fa35c5

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -305,13 +305,13 @@ There may also be elements which need to be completely removed during testing. F
305305
]
306306
```
307307

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)...
308+
### Capturing the entire document
309+
There is a magic selector called `document`. Use it to capture the entire document (regardless of the height specified in your `viewports` object)...
310310
```js
311311
"scenarios": [
312312
{
313313
"selectors": [
314-
"viewport",
314+
"document",
315315
...
316316
],
317317
...

0 commit comments

Comments
 (0)