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 c8ec628 commit d2314fdCopy full SHA for d2314fd
README.md
@@ -127,7 +127,7 @@ is quite simple, check it out. Render flow:
127
3. Render url **or** html.
128
129
If `url` is defined, **`page.goto(url, options)`** is called and options match `goto.*`.
130
- Otherwise **`page.setContent(html, options)`** is called where html is taken from request body, an options match `goto.*`.
+ Otherwise **`page.setContent(html, options)`** is called where html is taken from request body, and options match `goto.*`.
131
132
4. *Possibly* **`page.waitFor(numOrStr)`** if e.g. `waitFor=1000` is set.
133
5. *Possibly* **Scroll the whole page** to the end before rendering if e.g. `scrollPage=true` is set.
0 commit comments