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
/
utils
/
getTextContents.d.ts
6 lines
(5 loc)
•
184 B
TypeScript
View Raw
1
2
3
4
5
6
import
{
Locator
}
from
"@playwright/test"
;
/** * Get all text contents from an array of locators */
export
declare
function
allTextContents
(
locators
:
Locator
[]
):
Promise
<
string
[]>;