UNPKG

cybernaut

Version:

Reliable, automated web UI testing in BDD-style.

4 lines (3 loc) 145 B
import { WebDriver } from 'selenium-webdriver'; import { Action } from '../core/action'; export declare type SeleniumAction = Action<WebDriver>;