diff --git a/blueprint/test/Amazon.json b/blueprint/test/Amazon.json new file mode 100644 index 0000000..f14ac2b --- /dev/null +++ b/blueprint/test/Amazon.json @@ -0,0 +1,17 @@ +[ + { + "id": 1, + "url": "https://www.amazon.fr/", + "action": "find-invoice", + "screenshot": "", + "querySelector": "#nav-link-accountList-nav-line-1" + }, + { + "id": 2, + "url": "https://www.amazon.com/gp/css/homepage.html?ref_=nav_youraccount_btn", + "action": "download-invoice", + "manual": true, + "screenshot": "", + "querySelector": "div.a-section.ya-personalized" + } +] \ No newline at end of file