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