import type DevToolsDriver from '../devtoolsdriver.js'; /** * The Forward command causes the browser to traverse one step forwards * in the joint session history of the current top-level browsing context. * * @alias browser.forward * @see https://w3c.github.io/webdriver/#dfn-forward */ export default function forward(this: DevToolsDriver): Promise; //# sourceMappingURL=forward.d.ts.map