mirror of
https://github.com/puppeteer/puppeteer
synced 2024-06-14 14:02:48 +00:00
d963fcdd80
Co-authored-by: release-please[bot] <55107282+release-please[bot]@users.noreply.github.com>
709 B
709 B
sidebar_label |
---|
Frame.locator_1 |
Frame.locator() method
Creates a locator for the provided function. See Locator for details and supported actions.
Signature:
class Frame {
locator<Ret>(func: () => Awaitable<Ret>): Locator<Ret>;
}
Parameters
Parameter |
Type |
Description |
---|---|---|
func |
() => Awaitable<Ret> |
Locator<Ret>
Remarks
Locators API is experimental and we will not follow semver for breaking change in the Locators API.