0011639: fix form input names for automation | Buobe
0011639: fix form input names for automation
Buobe IA context · why it matters
The form uses a custom Bulma toggle for the TOS checkbox — This makes automating the signup process more challenging as .check() might not work.
Investigation script inspects DOM and triggers events manually — To ensure the submit button is enabled, developers need to simulate user interaction accurately.