← back
12 — Dynamic IDs
Goal:
click the button whose role is
go
. Its DOM id changes every second, but
data-role="go"
never does. Agents should select by attribute, not id.
Selector hint:
button[data-role="go"]
. Selecting by id will fail.