UNPKG
@coinbase/onchaintestkit
Version:
latest (1.2.1)
placeholder (0.0.0)
1.2.1
1.2.0
1.1.0
1.0.0
0.0.0
End-to-end testing toolkit for blockchain applications, powered by Playwright
@coinbase/onchaintestkit
/
dist
/
src
/
wallets
/
Coinbase
/
pages
/
NotificationPage
/
actions
/
connectToDapp.d.ts
8 lines
(7 loc)
•
260 B
TypeScript
View Raw
1
2
3
4
5
6
7
8
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
>;