safari_override_geolocation
Override the browser's geolocation API with custom latitude, longitude, and accuracy to test location-dependent features.
Instructions
Override the browser's geolocation API to return custom coordinates
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| latitude | Yes | Latitude (-90 to 90) | |
| longitude | Yes | Longitude (-180 to 180) | |
| accuracy | No | Accuracy in meters (default: 100) |