Gemini: Type a text store in a box

Hola! My guess is that the XClick Xpath is wrong. It is usually much better to use XClick + IMAGE or XClickText + Text.

(1) So one option is to solve this by using an image instead:

XClick | image of gemini prompt

(2) Here is a solution with text and local OCR (works for me!):

{
  "Name": "Gemini RPA",
  "CreationDate": "2024-2-22",
  "Commands": [
    {
      "Command": "open",
      "Target": "https://gemini.google.com/app",
      "Value": "",
      "Description": ""
    },
    {
      "Command": "XClickText",
      "Target": "prompt",
      "Value": "",
      "Description": "Find the input field with OCR. Of course, for Spanish, use a Spanish word, just as is written inside the Gemini box. Use ONE word only."
    },
    {
      "Command": "XType",
      "Target": "works",
      "Value": "",
      "Description": "send text"
    }
  ]
}