puppeteer/docs/api/puppeteer.gotooptions.md

77 lines
880 B
Markdown
Raw Normal View History

---
sidebar_label: GoToOptions
---
# GoToOptions interface
#### Signature:
```typescript
export interface GoToOptions extends WaitForOptions
```
**Extends:** [WaitForOptions](./puppeteer.waitforoptions.md)
## Properties
<table><thead><tr><th>
Property
</th><th>
Modifiers
</th><th>
Type
</th><th>
Description
</th><th>
Default
</th></tr></thead>
<tbody><tr><td>
referer
</td><td>
`optional`
</td><td>
string
</td><td>
If provided, it will take preference over the referer header value set by [page.setExtraHTTPHeaders()](./puppeteer.page.setextrahttpheaders.md).
</td><td>
</td></tr>
<tr><td>
referrerPolicy
</td><td>
`optional`
</td><td>
string
</td><td>
If provided, it will take preference over the referer-policy header value set by [page.setExtraHTTPHeaders()](./puppeteer.page.setextrahttpheaders.md).
</td><td>
</td></tr>
</tbody></table>