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

1.1.0 • Public • Published

Wallets Module

Module with playwright page objects for wallet extensions

Install

yarn add @tester513/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 @tester513/wallets-testing-wallets

Weekly Downloads

0

Version

1.1.0

License

MIT

Unpacked Size

110 kB

Total Files

103

Last publish

Collaborators

  • taven_n