UNPKG

@lidofinance/browser-service

Version:

This package provides the BrowserService class for initializing and managing a Playwright browser context, network configurations, and wallets (EOA or WalletConnect). It facilitates automated testing of interactions with Web3 wallets (e.g., Metamask) and

16 lines 725 B
import { BitgetPage, Coin98, CoinbasePage, CtrlPage, ExodusPage, MetamaskPage, MetamaskStablePage, OkxPage, SafeIframePage, SafeWcPage, TrustWalletPage } from '@lidofinance/wallets-testing-wallets'; export declare const WALLET_PAGES: { metamaskStable: typeof MetamaskStablePage; metamask: typeof MetamaskPage; okx: typeof OkxPage; coin98: typeof Coin98; exodus: typeof ExodusPage; trust: typeof TrustWalletPage; coinbase: typeof CoinbasePage; ctrl: typeof CtrlPage; bitget: typeof BitgetPage; safeWc: typeof SafeWcPage; safeIframe: typeof SafeIframePage; }; export declare const DEFAULT_BROWSER_CONTEXT_DIR_NAME = ".browser_context"; //# sourceMappingURL=browser.constants.d.ts.map