With release 5.3.0 of puppeteer, the waitFor method has been deprecated and replaced with the new method waitForTimeout (which is functionally identical).
This pull request changes the minimum required version of puppeteer to be 5.3.0 and switches to the new waitForTimeout method. A side effect of using the newer version of puppeteer is that now the minimum required version of Node JS is 10.18.1.
With release 5.3.0 of puppeteer, the waitFor method has been deprecated and replaced with the new method waitForTimeout (which is functionally identical).
This pull request changes the minimum required version of puppeteer to be 5.3.0 and switches to the new waitForTimeout method. A side effect of using the newer version of puppeteer is that now the minimum required version of Node JS is 10.18.1.