docs(queryhandler): fix link (#6543)

This commit is contained in:
Vse Mozhe Buty 2020-10-26 12:25:19 +02:00 committed by GitHub
parent d787865066
commit a2175c6fdc
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -4174,7 +4174,7 @@ This method is identical to `off` and maintained for compatibility with Node's E
### interface: CustomQueryHandler
Contains two functions `queryOne` and `queryAll` that can be
[registered](#puppeteerregistercustomqueryhandler) as
[registered](#puppeteerregistercustomqueryhandlername-queryhandler) as
alternative querying strategies. The functions `queryOne` and `queryAll` are
executed in the page context. `queryOne` should take an `Element` and a
selector string as argument and return a single `Element` or `null` if no