UNPKG

@assert-equals/dappdriver

Version:

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

23 lines (22 loc) 367 B
import { PageObject } from '../../../page'; /** * * * @export * @class Home * @extends {PageObject} */ export declare class Home extends PageObject { /** * * * @static * @memberof Home */ static readonly expandViewUrl: () => string; /** * Creates an instance of Home. * @memberof Home */ constructor(); }