RuntimeError: button was disabled; click did not submit the form
https://shop.example.test/checkout{"task": "Complete checkout for the current cart.", "observation": "Checkout page loaded."}{"thought": "I need to inspect the checkout form before submitting.", "next_action": "inspect form"}https://shop.example.test/checkout{"visible_fields": ["email", "card", "shipping"], "button_text": "Place order"}{"thought": "All fields appear complete. I should click the primary checkout button.", "selector": "button.checkout.primary", "next_action": "click"}https://shop.example.test/checkout{"dom_snippet": "<button class='checkout primary' disabled>Place order</button>"}{"thought": "The primary checkout button is the correct target.", "selector": "button.checkout.primary", "risk": "The model missed the disabled attribute."}https://shop.example.test/checkoutRuntimeError: button was disabled; click did not submit the form
{"selector": "button.checkout.primary"}{"action": "click", "selector": "button.checkout.primary", "expected": "Order confirmation page"}