puppeteer/docs/api/puppeteer.locator._constructor_.md
2023-06-02 17:46:10 +00:00

762 B

sidebar_label
Locator.(constructor)

Locator.(constructor)

Constructs a new instance of the Locator class

Signature:

class Locator {
  constructor(
    pageOrFrame: Page | Frame,
    selector: string,
    options?: LocatorOptions
  );
}

Parameters

Parameter Type Description
pageOrFrame Page | Frame
selector string
options LocatorOptions (Optional)