import { Page } from "https://deno.land/x/pptr@1.2.0/mod.ts";
Sets the page's geolocation.
Examples
Example 1
Example 1
await page.setGeolocation({latitude: 59.95, longitude: 30.31667});
Parameters
options: GeolocationOptions
import { Page } from "https://deno.land/x/pptr@1.2.0/mod.ts";
Sets the page's geolocation.
Example 1
await page.setGeolocation({latitude: 59.95, longitude: 30.31667});