MCPcopy
hub / github.com/BlueWallet/BlueWallet / scanText

Function scanText

tests/e2e/helperz.js:340–347  ·  view source on GitHub ↗
(text)

Source from the content-addressed store, hash-verified

338}
339
340export async function scanText(text) {
341 await waitForId('ScanQrBackdoorButton');
342 for (let c = 0; c <= 5; c++) {
343 await element(by.id('ScanQrBackdoorButton')).tap();
344 }
345 await element(by.id('scanQrBackdoorInput')).replaceText(text);
346 await element(by.id('scanQrBackdoorOkButton')).tap();
347}
348
349export async function setCustomFeeRate(feeRate) {
350 await waitForId('chooseFee');

Callers 3

bluewallet.spec.jsFile · 0.90

Calls 1

waitForIdFunction · 0.85

Tested by

no test coverage detected