browser_set_geolocation
Emulate a specific geographic location in the browser context to test how your app behaves with different coordinates.
Instructions
Emulates a specific geographic location for the browser context.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| accuracy | No | Optional accuracy value. | |
| latitude | Yes | Latitude coordinate between -90 and 90. | |
| longitude | Yes | Longitude coordinate between -180 and 180. |