From 51d9ab4d4952c7bb5c399e46c488304e465b2ee7 Mon Sep 17 00:00:00 2001 From: Chris Tate Date: Sun, 15 Mar 2026 09:42:01 -0500 Subject: [PATCH] chore: add patch changeset for release (#828) --- .changeset/release-mmrv55tj.md | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 .changeset/release-mmrv55tj.md diff --git a/.changeset/release-mmrv55tj.md b/.changeset/release-mmrv55tj.md new file mode 100644 index 0000000..f4d80f1 --- /dev/null +++ b/.changeset/release-mmrv55tj.md @@ -0,0 +1,8 @@ +--- +"agent-browser": patch +--- + +### Bug Fixes + +- **Appium v3 iOS capabilities** - Added `appium:` vendor prefix to iOS capabilities (e.g., `appium:automationName`, `appium:deviceName`, `appium:platformVersion`) to comply with the Appium v3 WebDriver protocol requirements (#810) +- **Snapshot `--selector` scoping** - Fixed `snapshot --selector` so that the output is properly scoped to the matched element's subtree rather than returning the full accessibility tree. The selector now resolves the target DOM node's backend IDs and filters the accessibility tree to only include nodes within that subtree (#825)