diff --git a/lib/helper/Puppeteer.js b/lib/helper/Puppeteer.js index d8000108a..edfb3732a 100644 --- a/lib/helper/Puppeteer.js +++ b/lib/helper/Puppeteer.js @@ -78,7 +78,7 @@ const consoleLogStore = new Console(); * } * ``` * - * #### Example #2: Wait for DOMContentLoaded event and 0 netowrk connections + * #### Example #2: Wait for DOMContentLoaded event and 0 network connections * * ```json * { @@ -86,7 +86,7 @@ const consoleLogStore = new Console(); * "Puppeteer" : { * "url": "http://localhost", * "restart": false, - * "waitForNavigation": "networkidle0", + * "waitForNavigation": [ "domcontentloaded", "networkidle0" ], * "waitForAction": 500 * } * }