UNPKG

@assert-equals/dappdriver

Version:

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

7 lines (6 loc) 265 B
import { ILink } from '../interface/controls/link'; import { PlaywrightHTMLElement } from './html-element'; export declare class PlaywrightLink extends PlaywrightHTMLElement implements ILink { constructor(cssLocator: string); location(): Promise<string>; }