Practice · Conditional Logic & Loops
While & Loops
Why this is tricky
Neither widget resolves on the first check. The progress bar needs a wait-loop that keeps polling a value until it hits a target; the counter needs an action-loop that keeps clicking until a threshold is crossed. A single locate-and-assert won't catch either.
Poll until complete
0%
Click until unlocked
Reach a count of 5 to unlock — no single click gets you there.
Count: 0
Initial state.