MCPcopy Index your code
hub / github.com/QLHazyCoder/FlowPilot / isButtonEnabled

Function isButtonEnabled

content/signup-page.js:1834–1838  ·  view source on GitHub ↗
(button)

Source from the content-addressed store, hash-verified

1832}
1833
1834function isButtonEnabled(button) {
1835 return Boolean(button)
1836 && !button.disabled
1837 && button.getAttribute('aria-disabled') !== 'true';
1838}
1839
1840async function waitForStableButtonRect(button, timeout = 1500) {
1841 let previous = null;

Callers 2

getStep8StateFunction · 0.85
waitForButtonEnabledFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected