From 6fb11fcb7ac77bc1e0ea1c860ade93427749b3f9 Mon Sep 17 00:00:00 2001 From: Victor Date: Thu, 12 Jun 2025 01:23:29 +0200 Subject: [PATCH] Add blueprint for 2f0a7627-5f94-405a-896d-4aeea3377c94 --- blueprint/test/Amazon.json | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 blueprint/test/Amazon.json diff --git a/blueprint/test/Amazon.json b/blueprint/test/Amazon.json new file mode 100644 index 0000000..eff6188 --- /dev/null +++ b/blueprint/test/Amazon.json @@ -0,0 +1,8 @@ +[ + { + "id": 1, + "url": "https://www.amazon.fr/", + "action": "find-invoice", + "querySelector": "#nav-link-accountList-nav-line-1" + } +] \ No newline at end of file