const page = await browser.newPage();
await page.goto('
const client = await page.target().createCDPSession();
await client.send('Page.setDownloadBehavior', { behavior: 'allow', downloadPath: process.cwd() });
await page.click('a[href="wbord262.zip"]');
downloadPath (※)
$ node -v
v8.11.1
"puppeteer": "^1.4.0"