import { Page } from "https://deno.land/x/pptr@1.2.0/src/Page.ts";
Causes your script to wait for the given number of milliseconds.
Examples
Wait for 1 second:
Wait for 1 second:
await page.waitForTimeout(1000);
import { Page } from "https://deno.land/x/pptr@1.2.0/src/Page.ts";
Causes your script to wait for the given number of milliseconds.
Wait for 1 second:
await page.waitForTimeout(1000);