| Name | Modified | Size | Downloads / Week |
|---|---|---|---|
| Parent folder | |||
| qawolf-windows-x64.exe | 2026-09-14 | 103.7 MB | |
| qawolf-linux-x64 | 2026-09-14 | 103.2 MB | |
| qawolf-darwin-x64 | 2026-09-14 | 85.6 MB | |
| qawolf-linux-arm64 | 2026-09-14 | 102.5 MB | |
| qawolf-darwin-arm64 | 2026-09-14 | 78.6 MB | |
| README.md | 2026-09-14 | 1.0 kB | |
| v1.29.0 source code.tar.gz | 2026-09-14 | 693.5 kB | |
| v1.29.0 source code.zip | 2026-09-14 | 1.1 MB | |
| Totals: 8 Items | 475.5 MB | 1 | |
Minor Changes
-
f443bac:
qawolf runner inspect elementscan now find elements by a hand-written selector:--selector "<selector>" [--strategy xpath|ios-predicate|shadow](strategy defaults toxpath), alongside the existing--x/--yand--text/--partial. This is the mobile equivalent ofinspect element-html --selectoron a browser runner — the only way before this was injecting aconsole.logviarunner execand reading the count back out ofrunner events console. An unparseable selector answersinvalid-selector, distinctly from a selector that parsed fine but matched nothing (an emptymatcheslist) — the same distinctionhighlight-selectordraws on a browser runner.Breaking change:
--byis no longer a flag onelements. Which of the three ways to search you used is now evident from which flags are present (--x/--y,--text/--partial,--selector/--strategy), and the three refuse to mix. A script passing--by pointor--by textneeds to drop it.