From a6bf4cec3a2f748e821f01b74f1f280d3f490770 Mon Sep 17 00:00:00 2001 From: Victor Date: Tue, 10 Jun 2025 11:44:35 +0200 Subject: [PATCH] Add blueprint for 56d7a34b-d37f-4eca-82a5-fc35d452595b --- blueprints/Stripe.json | 14 ++++++++++++++ 1 file changed, 14 insertions(+) create mode 100644 blueprints/Stripe.json diff --git a/blueprints/Stripe.json b/blueprints/Stripe.json new file mode 100644 index 0000000..46453fb --- /dev/null +++ b/blueprints/Stripe.json @@ -0,0 +1,14 @@ +[ + { + "id": 1, + "url": "https://dashboard.stripe.com/login", + "action": "navigate", + "querySelector": "body" + }, + { + "id": 2, + "url": "https://stripe.com/dashboard", + "action": "click", + "querySelector": "#submit" + } +] \ No newline at end of file