{
  "name": "Automate screenshot upload to Postimages.org with Airtop browser automation",
  "nodes": [
    {
      "id": "982d8d40-708e-4312-91ce-d1f40cb765ba",
      "name": "When clicking ‘Execute workflow’",
      "type": "n8n-nodes-base.manualTrigger",
      "position": [
        0,
        60
      ]
    },
    {
      "id": "e291766a-0d52-4e13-b0e5-048cb2731687",
      "name": "Session",
      "type": "n8n-nodes-base.airtop",
      "position": [
        220,
        60
      ]
    },
    {
      "id": "71bf9ce1-f079-486a-9e94-93e53de4a0ec",
      "name": "Window",
      "type": "n8n-nodes-base.airtop",
      "position": [
        440,
        -40
      ]
    },
    {
      "id": "719d6f46-cfa8-4b68-a7c3-a26a25e74783",
      "name": "Upload screenshot",
      "type": "n8n-nodes-base.airtop",
      "position": [
        880,
        -40
      ]
    },
    {
      "id": "676f52e1-c605-4d72-a676-5dd9b332910b",
      "name": "Sticky Note6",
      "type": "n8n-nodes-base.stickyNote",
      "position": [
        1260,
        -200
      ],
      "parameters": {
        "width": 220,
        "height": 320,
        "content": "### Validation\nYou should see in the post-upload screenshot the preview of the image uploaded."
      }
    },
    {
      "id": "1b3429ec-3d61-47c4-be66-50eb6e18970b",
      "name": "Wait 5 sec",
      "type": "n8n-nodes-base.wait",
      "position": [
        1100,
        -40
      ]
    },
    {
      "id": "52b48e98-0574-4ec0-88c3-cca3f7f8ea99",
      "name": "Take screenshot",
      "type": "n8n-nodes-base.airtop",
      "position": [
        660,
        -40
      ]
    },
    {
      "id": "91fff060-edee-4d30-b287-ff4f7631caf3",
      "name": "Terminate",
      "type": "n8n-nodes-base.airtop",
      "position": [
        440,
        160
      ]
    },
    {
      "id": "ba9c05fb-eded-4c04-a525-c3cf17644754",
      "name": "Post-upload screenshot",
      "type": "n8n-nodes-base.airtop",
      "position": [
        1320,
        -40
      ]
    },
    {
      "id": "92965720-b24d-4f74-80c3-726592fdd6f9",
      "name": "Sticky Note",
      "type": "n8n-nodes-base.stickyNote",
      "position": [
        -700,
        -320
      ],
      "parameters": {
        "width": 640,
        "height": 1100,
        "content": "README\n\n# Automating File (Image) Upload to Postimages.org\n\n## Use Case\nManually uploading screenshots or other image files to hosting platforms like Postimages.org can be tedious and time-consuming. "
      }
    }
  ],
  "connections": {
    "Window": {
      "main": [
        [
          {
            "node": "Take screenshot",
            "type": "main",
            "index": 0
          }
        ]
      ]
    },
    "Session": {
      "main": [
        [
          {
            "node": "Window",
            "type": "main",
            "index": 0
          },
          {
            "node": "Terminate",
            "type": "main",
            "index": 0
          }
        ]
      ]
    },
    "Wait 5 sec": {
      "main": [
        [
          {
            "node": "Post-upload screenshot",
            "type": "main",
            "index": 0
          }
        ]
      ]
    },
    "Take screenshot": {
      "main": [
        [
          {
            "node": "Upload screenshot",
            "type": "main",
            "index": 0
          }
        ]
      ]
    },
    "Upload screenshot": {
      "main": [
        [
          {
            "node": "Wait 5 sec",
            "type": "main",
            "index": 0
          }
        ]
      ]
    },
    "When clicking ‘Execute workflow’": {
      "main": [
        [
          {
            "node": "Session",
            "type": "main",
            "index": 0
          }
        ]
      ]
    }
  }
}