MCPcopy Create free account
hub / github.com/QLHazyCoder/FlowPilot / ensureStep8SignupPageReady

Function ensureStep8SignupPageReady

background.js:6011–6019  ·  view source on GitHub ↗
(tabId, options = {})

Source from the content-addressed store, hash-verified

6009}
6010
6011async function ensureStep8SignupPageReady(tabId, options = {}) {
6012 await ensureContentScriptReadyOnTab('signup-page', tabId, {
6013 inject: SIGNUP_PAGE_INJECT_FILES,
6014 injectSource: 'signup-page',
6015 timeoutMs: options.timeoutMs ?? 15000,
6016 retryDelayMs: options.retryDelayMs ?? 600,
6017 logMessage: options.logMessage || '',
6018 });
6019}
6020
6021async function getStep8PageState(tabId, responseTimeoutMs = 1500) {
6022 try {

Callers 6

waitForStep8ReadyFunction · 0.85
reloadStep8ConsentPageFunction · 0.85
waitForStep8ClickEffectFunction · 0.85
executeStep8Function · 0.85

Calls 1

Tested by

no test coverage detected