method Frame.prototype.focusimport { Frame } from "https://deno.land/x/pptr@1.2.0/src/FrameManager.ts"; focus(selector: string): Promise<void>This method fetches an element with selector and focuses it. Parametersselector: string the selector for the element to focus. If there are multiple elements, the first will be focused. ReturnsPromise<void>