Command yang di gunakan

Open : membuka whatsapp web
Click : klik pada tombol kirim
Pause : Menjeda tiap command
CSVREAD : import file csv

Format CSV File

62xxxxxxxxxxx,”isi pesan 2″
62xxxxxxxxxxx,”isi pesan 2″

JSON KODE

{
  "Name": "bot_wa",
  "CreationDate": "2021-11-21",
  "Commands": [
    {
      "Command": "csvRead",
      "Target": "import.csv",
      "Value": "",
      "Description": ""
    },
    {
      "Command": "open",
      "Target": "https://web.whatsapp.com/send?phone=${!COL1}&text=${!COL2}",
      "Value": "",
      "Description": ""
    },
    {
      "Command": "pause",
      "Target": "5000",
      "Value": "",
      "Description": ""
    },
    {
      "Command": "click",
      "Target": "xpath=//*[@id=\"main\"]/footer/div[1]/div/span[2]/div/div[2]/div[2]/button",
      "Value": "",
      "Description": ""
    },
    {
      "Command": "pause",
      "Target": "1000",
      "Value": "",
      "Description": ""
    }
  ]
}