6be24edacc
Co-authored-by: release-please[bot] <55107282+release-please[bot]@users.noreply.github.com>
563 B
563 B
sidebar_label |
---|
Frame.locator |
Frame.locator() method
Creates a locator for the provided selector
. See Locator for details and supported actions.
Signature:
class Frame {
locator(selector: string): Locator;
}
Parameters
Parameter | Type | Description |
---|---|---|
selector | string |
Returns:
Remarks
Locators API is experimental and we will not follow semver for breaking change in the Locators API.