UNPKG

@assert-equals/dappdriver

Version:

DappDriver is an e2e testing framework designed for testing decentralized applications (dApps) using MetaMask, Rainbow or Zerion

4 lines (3 loc) 81 B
export interface IHTMLElementCollection { elements(): Promise<Array<any>>; }