Crawljax enters random input while crawling of no inputvalues are specified
When Crawljax finds form input elements in a state, it sets a random value in the elements:
| Type | Example | Random value |
|---|---|---|
| Text fields | Random string of 8 alpha characters | |
| Checkboxes | Checks with p < 0.5 | |
| Radio buttons | Checks with p < 0.5 | |
| Lists | Uniform selects a random item from the list |