From 194612c47b3225668e22d039476aa2dbeb8f6ac5 Mon Sep 17 00:00:00 2001 From: Victor Date: Mon, 15 Dec 2025 11:56:23 +0100 Subject: [PATCH] fix: update blueprint for claude --- ai-connector/claude/claude.json | 15 +++++++++------ 1 file changed, 9 insertions(+), 6 deletions(-) diff --git a/ai-connector/claude/claude.json b/ai-connector/claude/claude.json index 350d406..38dbae2 100644 --- a/ai-connector/claude/claude.json +++ b/ai-connector/claude/claude.json @@ -1,20 +1,19 @@ { - "meta": { - "schemaVersion": "1.0.0" - }, "data": { - "type": "blueprint", "attributes": { "getDocuments": [ { "action": "goToUrl", "url": "https://claude.ai/settings/billing" }, + { + "action": "waitForNetworkIdle" + }, { "action": "forEach", "id": "invoice-links-loop", "on": { - "querySelector": "td a" + "querySelector": ".font-base a[href]" }, "steps": [ { @@ -33,6 +32,10 @@ "inputVariable": "all_pdfs" } ] - } + }, + "type": "blueprint" + }, + "meta": { + "schemaVersion": "1.0.0" } } \ No newline at end of file