Download Latest Version qawolf-windows-x64.exe (103.8 MB) Google Add to Preferred Sources
Home / v1.29.0
Name Modified Size InfoDownloads / 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 elements can now find elements by a hand-written selector: --selector "<selector>" [--strategy xpath|ios-predicate|shadow] (strategy defaults to xpath), alongside the existing --x/--y and --text/--partial. This is the mobile equivalent of inspect element-html --selector on a browser runner — the only way before this was injecting a console.log via runner exec and reading the count back out of runner events console. An unparseable selector answers invalid-selector, distinctly from a selector that parsed fine but matched nothing (an empty matches list) — the same distinction highlight-selector draws on a browser runner.

    Breaking change: --by is no longer a flag on elements. 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 point or --by text needs to drop it.

Source: README.md, updated 2026-09-14