Skip to main content
Module

x/frugal/dep/puppeteer/mod.ts>Page#goBack

A frugal web framework
Latest
method Page.prototype.goBack
Re-export
import { Page } from "https://deno.land/x/frugal@0.9.6/dep/puppeteer/mod.ts";

This method navigate to the previous page in history.

Parameters

optional
options: WaitForOptions
  • Navigation parameters

Returns

Promise<HTTPResponse | null>

Promise which resolves to the main resource response. In case of multiple redirects, the navigation will resolve with the response of the last redirect. If can not go back, resolves to null.