mirror of
https://github.com/puppeteer/puppeteer
synced 2024-06-14 14:02:48 +00:00
chore: add documentation to xpath prefix and deprecated page.waitForTimeout (#9014)
This commit is contained in:
committed by
Randolf J
parent
5dbd69e1a4
commit
b7b07e3790
@@ -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:**
|
||||
|
||||
|
||||
Reference in New Issue
Block a user