The box plot can be used to simplify a static analysis into a single figure. Below are the definitions :
Very Easy: Standard form with 7 fields. Dimensions, positions, HTML IDs, and label alignments are stable and fixed. Ideal for beginners.
Easy: Similar to Very Easy mode, but with 10 fields to fill.
Medium: Form with 15 fields where HTML IDs change dynamically on each refresh. Static RPA selectors will fail.
Intermediate: 17 fields with dynamic IDs and random form positioning on the screen.
Hard: 20 fields. In addition to dynamic IDs and positioning, labels are no longer aligned with their corresponding input fields.
Very Hard: 20 fields. Field dimensions and name attributes also change dynamically.
Extremely Hard: 20 fields. Adds invisible inputs hidden in the HTML code to trick naive robots.
Ultra Hard: 20 fields. Invisible inputs use advanced CSS masking techniques.
Ultra Ultra Hard: Fields are encapsulated inside a first-level iframe, forcing the robot to switch document context.
Almost Impossible: The ultimate level. The form is nested inside multiple levels of randomly nested iframes.