Di whatsapp web tidak bisa ketik pesan otomatis

Saya menggabungkan antara csv dan ui.vision dengan whatsapp web

Kesulitannya ketika pada ketik pesan, ui vision tidak merespon dan tidak menulis di kolom ketik pesan

Tolong bantu saya :pray:

In English:

I combined csv and ui.vision with whatsapp web

The difficulty is when typing the message, UI Vision does not respond and does not write in the message type field

Please help me

Can you post a video of what you are currently doing? Automating WhatsApp Web with XClick and XType is easy.


tolong rumus bagaimana cara untuk bisa ketik otomatis dengan csv di ui vision

Before the XTYPE, add an XCLICK into the text field. This way the focus is in the right place.

    {
      "Command": "XClick",
      "Target": "xpath=(//div[@role=\"textbox\"])[2]",
      "Value": "",
      "Description": ""
    },
    {
      "Command": "XType",
      "Target": "${!col1}",
      "Value": "",
      "Description": ""
    }