762 B
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) |