v0.2.3 — Fix live submit
Bug fix
Live waas_submit_application failed with "Could not find Apply button" because WaaS renders Apply as an <a> tag without href — Playwright's getByRole('link') does not match it.
Also fixed
- Custom-question jobs (e.g. resume URL fields) now include the required
messagefield (50+ chars) inwaas_inspect_application - Resume/transcript URL fields are filled by label in the apply modal (WaaS uses textareas, not
input[type=url]) - Clear error when Send is disabled due to missing/short message
Upgrade
Reinstall waas-mcp.mcpb and Cmd+Q restart Claude.