safari_override_geolocation
Override the browser geolocation API with custom latitude and longitude to simulate device location for testing or automation scenarios.
Instructions
Override the browser's geolocation API to return custom coordinates
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| accuracy | No | Accuracy in meters (default: 100) | |
| latitude | Yes | Latitude (-90 to 90) | |
| longitude | Yes | Longitude (-180 to 180) |