import { Page } from "https://deno.land/x/fresh@1.4.0/tests/deps.ts";
Sets the page's geolocation.
Examples
Example 1
Example 1
await page.setGeolocation({latitude: 59.95, longitude: 30.31667});
import { Page } from "https://deno.land/x/fresh@1.4.0/tests/deps.ts";
Sets the page's geolocation.
Example 1
await page.setGeolocation({latitude: 59.95, longitude: 30.31667});