Scrambled Form Challenge
This form shuffles its fields into a random order every time the page loads.
The field IDs never change — only the visual position does.
Challenge Instructions
1. Navigate to this page with your APM agent.
2. Fill in all 5 fields using their stable IDs (not positional selectors).
3. Submit the form.
4. Verify the signature text SINAINSIGHT-SCRAMBLED-VERIFIED
on the success page.
Anti-bot technique:
Many websites randomize form field order to break bots that rely on
positional selectors (
:nth-child,
XPath index).
Your agent must use stable attributes (ID, name) to identify the correct fields.