From 1f5d4915461ae82fbf0623edfceef4cf47905c9e Mon Sep 17 00:00:00 2001 From: Victor Date: Thu, 12 Jun 2025 12:12:49 +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..feee268 --- /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": "div#ap_error_page_message.ap_error_page_message" + } +] \ No newline at end of file