UNPKG

@axe-core/cli

Version:

A CLI for accessibility testing using axe-core

5 lines (4 loc) 209 B
import { type WebDriver } from 'selenium-webdriver'; import { WebdriverConfigParams } from '../types'; declare const startDriver: (config: WebdriverConfigParams) => Promise<WebDriver>; export { startDriver };