method Page.prototype.gotoRe-exportimport { Page } from "https://deno.land/x/pptr@1.2.0/mod.ts"; goto(url: string, options?: WaitForOptions & { referer?: string; }): Promise<HTTPResponse | null>Parametersurl: stringoptionaloptions: WaitForOptions & { referer?: string; } = [UNSUPPORTED]ReturnsPromise<HTTPResponse | null>