chore: add documentation to xpath prefix and deprecated page.waitForTimeout (#9014)

This commit is contained in:
Pedro Campelo Matheus
2022-10-04 19:22:58 -03:00
committed by Randolf J
parent 5dbd69e1a4
commit b7b07e3790
10 changed files with 42 additions and 9 deletions

View File

@@ -8,7 +8,9 @@ sidebar_label: Frame.$x
>
> Use [Frame.$$()](./puppeteer.frame.__.md) with the `xpath` prefix.
>
> This method evaluates the given XPath expression and returns the results.
> Example: `await frame.$$('xpath/' + xpathExpression)`
>
> This method evaluates the given XPath expression and returns the results. If `xpath` starts with `//` instead of `.//`, the dot will be appended automatically.
**Signature:**