Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
garris authored Apr 17, 2020
1 parent 9f57299 commit 2039ba4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -443,7 +443,7 @@ Inside `filename.js`, structure it like this:

```js
// onBefore example (puppeteer engine)
module.exports = async (page, scenario, vp) => {
module.exports = async (page, scenario, vp, isReference) => {
await require('./loadCookies')(page, scenario);

// Example: set user agent
Expand Down

0 comments on commit 2039ba4

Please sign in to comment.