UNPKG

@coinbase/onchaintestkit

Version:

End-to-end testing toolkit for blockchain applications, powered by Playwright

8 lines (7 loc) 260 B
import { Page } from "@playwright/test"; /** * Handles the connect to dapp notification in Coinbase Wallet * * @param page - The Playwright page object representing the notification page */ export declare function connectToDapp(page: Page): Promise<void>;