Skip to content

Commit fc08e5f

Browse files
committed
magic selector document more documentation
1 parent 6ed6b78 commit fc08e5f

File tree

1 file changed

+5
-2
lines changed

1 file changed

+5
-2
lines changed

README.md

+5-2
Original file line numberDiff line numberDiff line change
@@ -305,8 +305,11 @@ There may also be elements which need to be completely removed during testing. F
305305
]
306306
```
307307

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)...
308+
### Capturing the entire document (this is an experimental feature)
309+
There is a magic selector called `document`. Use it to capture the entire document (regardless of the height specified in your `viewports` object).
310+
311+
_Note: This is requred only if you have `height:100%` rule specified on the `<body>` element._
312+
310313
```js
311314
"scenarios": [
312315
{

0 commit comments

Comments
 (0)