puppeteer/docs
Andrey Lushnikov 2061dd4718
fix(page): teach waitForSelector to return null (#3846)
`page.waitForSelector` should return `null` if waiting for `hidden:
true` and there's no matching node in DOM.

Before this patch, `page.waitForSelector` would return some JSHandle
pointing to boolean value.
2019-01-28 14:24:53 -05:00
..
api.md fix(page): teach waitForSelector to return null (#3846) 2019-01-28 14:24:53 -05:00
issue_template.md chore(issue template): Add Node.js version to Issue template(#1683) (#1684) 2017-12-28 14:24:51 -08:00
troubleshooting.md docs(troubleshooting.md): Update running on Alpine example (#3708) 2019-01-09 17:23:49 -08:00