We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
document
1 parent 6ed6b78 commit fc08e5fCopy full SHA for fc08e5f
README.md
@@ -305,8 +305,11 @@ There may also be elements which need to be completely removed during testing. F
305
]
306
```
307
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)...
+### Capturing the entire document (this is an experimental feature)
+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
313
```js
314
"scenarios": [
315
{
0 commit comments