From 651bce2086472588ac1a09c4d558fb433c792622 Mon Sep 17 00:00:00 2001 From: Victor Date: Thu, 12 Jun 2025 14:30:21 +0200 Subject: [PATCH] Add blueprint for Amazon --- blueprint/test/Amazon.json | 10 ++++++++++ 1 file changed, 10 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..3b0daed --- /dev/null +++ b/blueprint/test/Amazon.json @@ -0,0 +1,10 @@ +[ + { + "id": 1, + "url": "https://www.amazon.fr/ap/signin", + "action": "download-invoice", + "manual": true, + "screenshot": "", + "querySelector": "h1" + } +] \ No newline at end of file