From ff7d0db97c1ff1c052761a220f34798f1747a986 Mon Sep 17 00:00:00 2001 From: OpenClaw Bot Date: Sun, 12 Apr 2026 00:15:40 +0800 Subject: [PATCH] fix(claude): update selectors for humanTurn and branches --- selectors.json | 14 +++++++++----- 1 file changed, 9 insertions(+), 5 deletions(-) diff --git a/selectors.json b/selectors.json index 1138447..8e459a6 100644 --- a/selectors.json +++ b/selectors.json @@ -1,6 +1,6 @@ { - "version": "0.3.5", - "lastVerified": "2026-03-11", + "version": "0.3.6", + "lastVerified": "2026-04-11", "platforms": { "chatgpt": { "turns": [ @@ -34,7 +34,9 @@ "[data-testid='human-turn']", "[class*='font-user-message']", "[class*='human-turn']", - "[class*='HumanTurn']" + "[class*='HumanTurn']", + ".font-user-message", + "[class*=\"user-message\"]" ], "assistantTurn": [ "[data-testid='assistant-turn']", @@ -51,12 +53,14 @@ "branchPrev": [ "[aria-label*='prev' i]", "[aria-label*='previous' i]", - "[aria-label*='上一']" + "[aria-label*='上一']", + "[aria-label*=\"previous\"]" ], "branchNext": [ "[aria-label*='next' i]", "[aria-label*='later' i]", - "[aria-label*='下一']" + "[aria-label*='下一']", + "[aria-label*=\"next\"]" ], "scrollHost": [ "main"