Skip to content

Commit

Permalink
Fix browser header links
Browse files Browse the repository at this point in the history
  • Loading branch information
inancgumus authored and ankur22 committed Sep 6, 2022
1 parent f7cf057 commit e820040
Showing 1 changed file with 8 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -98,21 +98,29 @@ You can customize the creation of a new browser context using the following opti

<!-- vale on -->

<a name="newcontext-geolocation" style="visibility: hidden;"></a>

### geolocation option


| Option | Type | Description |
| --------- | :----- | ----------- |
| latitude | number | Latitude between -90 and 90. |
| longitude | number | Longitude between -180 and 180. |
| accuracy | number | Non-negative accuracy value. Defaults to 0. |

<a name="newcontext-http-credentials"></a>

### httpCredentials option


| Option | Type | Description |
| -------- | ------ | ----------- |
| username | string | Username to pass to the web browser for Basic HTTP Authentication. |
| password | string | Password to pass to the web browser for Basic HTTP Authentication. |

<a name="#newcontext-screen"></a>

### screen option

| Option | Type | Description |
Expand Down

0 comments on commit e820040

Please sign in to comment.