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