puppeteer/docs/api/puppeteer.frame.locator_1.md
dependabot[bot] 93e9acc410
chore(deps-dev): Bump the dev-dependencies group with 3 updates (#12101)
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Nikolay Vitkov <nvitkov@chromium.org>
2024-03-20 15:03:14 +00:00

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>

**Returns:**

Locator<Ret>

Remarks

Locators API is experimental and we will not follow semver for breaking change in the Locators API.