Two new practice pages just dropped — Element Playground & API Playground
If you have ever wished you could actually test your locator instead of just guessing, this one is for you.
Element Playground — 40+ live elements (dynamic IDs, shadow DOM, iframes, drag-and-drop, deliberately ambiguous buttons, and more), each with a ranked locator strategy list, best option to worst, with the real selector and why. Then type any CSS selector or XPath into the Selector Tester bar at the bottom and watch it highlight real matches on the page. No other practice site lets you test your guess in place.
https://www.qabash.com/learning/element-playground
API Playground — a real sample REST + GraphQL API to hit: full CRUD, a test-case resource with an actual draft to active to archived state machine (try an invalid transition, get a real 409), bearer + API-key auth with the 401-vs-403 distinction most tutorials skip, and dedicated flaky / slow / rate-limited endpoints for practicing retry, timeout, and backoff logic.
https://www.qabash.com/learning/api-playground
Both are free, no signup required. Go break something.