adeffbaac1
* docs(new): migrate Page.ts to TSDoc (part 0 / 2) Co-authored-by: Changhao Han <changhaohan@chromium.org>
26 lines
669 B
Markdown
26 lines
669 B
Markdown
<!-- Do not edit this file. It is automatically generated by API Documenter. -->
|
|
|
|
[Home](./index.md) > [puppeteer](./puppeteer.md) > [Page](./puppeteer.page.md) > [goto](./puppeteer.page.goto.md)
|
|
|
|
## Page.goto() method
|
|
|
|
<b>Signature:</b>
|
|
|
|
```typescript
|
|
goto(url: string, options?: WaitForOptions & {
|
|
referer?: string;
|
|
}): Promise<HTTPResponse>;
|
|
```
|
|
|
|
## Parameters
|
|
|
|
| Parameter | Type | Description |
|
|
| --- | --- | --- |
|
|
| url | string | |
|
|
| options | [WaitForOptions](./puppeteer.waitforoptions.md) & { referer?: string; } | |
|
|
|
|
<b>Returns:</b>
|
|
|
|
Promise<[HTTPResponse](./puppeteer.httpresponse.md)<!-- -->>
|
|
|