set_geolocation
Override page geolocation with custom coordinates to test location-aware features; reset restores real position.
Instructions
Override navigator.geolocation with fixed coordinates (page-level patch). reset restores native.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| reset | No | Restore the real position and stop overriding | |
| tab_id | No | Target tab; omitted = last tab navigated in this session, else the active one | |
| accuracy | No | Meters | |
| latitude | No | Decimal degrees, -90 to 90 | |
| longitude | No | Decimal degrees, -180 to 180 |