0.0.8 • Published 9 months ago

@tester234/wallets-testing-wallets v0.0.8

Weekly downloads
-
License
MIT
Repository
github
Last release
9 months ago

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}", {})
    }
}
0.0.8

9 months ago

0.0.7

9 months ago

0.0.6

9 months ago

0.0.5

9 months ago

0.0.4

9 months ago

0.0.3

9 months ago

0.0.2

9 months ago