adeffbaac1
* docs(new): migrate Page.ts to TSDoc (part 0 / 2) Co-authored-by: Changhao Han <changhaohan@chromium.org>
669 B
669 B
Home > puppeteer > Page > goto
Page.goto() method
Signature:
goto(url: string, options?: WaitForOptions & {
referer?: string;
}): Promise<HTTPResponse>;
Parameters
Parameter | Type | Description |
---|---|---|
url | string | |
options | WaitForOptions & { referer?: string; } |
Returns:
Promise<HTTPResponse>