@tester116/wallets-testing-wallets
TypeScript icon, indicating that this package has built-in type declarations

0.0.2 • Public • Published

Wallets Module

Module with playwright page objects for wallet extensions

Install

yarn add @lidofinance/wallets-testing-wallets

Usage

import {BrowserContext} from "playwright";
import {MetamaskPage} from "./metamask.page";

export class MyService {
    constructor() {
    }

    async goToMetamask(browserContext: BrowserContext) {
        const metamask = new MetamaskPage(browserContext, "chrome-extension://{extensionId}", {})
    }
}

Readme

Keywords

Package Sidebar

Install

npm i @tester116/wallets-testing-wallets

Weekly Downloads

0

Version

0.0.2

License

MIT

Unpacked Size

2.46 kB

Total Files

3

Last publish

Collaborators

  • taven_n