UNPKG

@coinbase/onchaintestkit

Version:

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

3 lines (2 loc) 180 B
import type { Locator } from "@playwright/test"; export declare function tryClickElement(element: Locator, shouldClick: () => Promise<boolean>, timeoutMs?: number): Promise<void>;