UNPKG

cybernaut

Version:

Reliable, automated web UI testing in BDD-style.

5 lines (4 loc) 102 B
export interface Accessor<T, S> { readonly description: string; get(driver: T): Promise<S>; }