import { Frame } from "https://deno.land/x/pptr@1.2.0/mod.ts";
This method fetches an element with selector
, scrolls it into view if
needed, and then uses Page.mouse to hover over the center of the
element.
import { Frame } from "https://deno.land/x/pptr@1.2.0/mod.ts";
This method fetches an element with selector
, scrolls it into view if
needed, and then uses Page.mouse to hover over the center of the
element.