
Would you trust AI-based locator resolution in Playwright tests?
Been experimenting with an open-source tool built around Playwright that resolves elements from plain English instructions like:
await t.act("Click login button")
The idea itself isn’t new — tools like Zerostep, Midscene, etc. already exist — but in our experience many of them felt slow/sluggish for regular automation workflows.
Main goal here was reducing locator maintenance and speeding up automation setup while keeping execution lightweight.
It also caches resolved selectors, so repeated runs don’t keep hitting the LLM.
GitHub: QorTest GitHub
If anyone is interested, would genuinely appreciate trying it out and sharing honest feedback/issues/limitations.