UNPKG

devtools

Version:

A Chrome DevTools protocol binding that maps WebDriver commands into Chrome DevTools commands using Puppeteer

9 lines 351 B
import type DevToolsDriver from '../devtoolsdriver.js'; /** * The Accept Alert command accepts a simple dialog if present, otherwise error. * * @alias browser.acceptAlert * @see https://w3c.github.io/webdriver/#dfn-accept-alert */ export default function acceptAlert(this: DevToolsDriver): Promise<null>; //# sourceMappingURL=acceptAlert.d.ts.map