import type DevToolsDriver from '../devtoolsdriver.js'; /** * The Take Screenshot command takes a screenshot of the top-level browsing context's viewport. * * @alias browser.takeScreenshot * @see https://w3c.github.io/webdriver/#dfn-take-screenshot * @return {string} The base64-encoded PNG image data comprising the screenshot of the initial viewport. */ export default function takeScreenshot(this: DevToolsDriver): Promise; //# sourceMappingURL=takeScreenshot.d.ts.map