1.9.3 • Published 1 month ago

@lidofinance/wallets-testing-wallets v1.9.3

Weekly downloads
-
License
MIT
Repository
github
Last release
1 month 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}", {})
    }
}
1.9.3

1 month ago

1.9.2

2 months ago

1.9.1

2 months ago

1.9.0

2 months ago

1.8.2

2 months ago

1.8.1

2 months ago

1.8.0

3 months ago

1.7.2

3 months ago

1.7.1

3 months ago

1.7.0

4 months ago

1.6.3

5 months ago

1.6.2

5 months ago

1.6.1

5 months ago

1.6.0

5 months ago

1.5.1

5 months ago

1.5.0

5 months ago

1.4.6

6 months ago

1.4.5

6 months ago

1.4.4

6 months ago

1.4.3

7 months ago

1.4.2

7 months ago

1.4.1

8 months ago

1.4.0

8 months ago

1.3.2

8 months ago

1.3.1

8 months ago

1.3.0

8 months ago

1.2.1

8 months ago

1.2.0

8 months ago

1.1.0

8 months ago

1.0.1

8 months ago

1.0.0

8 months ago