The website does not have @type=file or input for uploading photos

I have a problem on an e-commerce website because it doesn’t have input or type=“file” to upload photos to it. I’ve tried to record but the results don’t show anything on the target (the target is empty).

Figure 1: Has no input or type=file

Figure 2: Recording results do not produce any targets
gamabr 2

{
      "Command": "click",
      "Target": "xpath=//*[@id=\"root\"]/section/div[2]/div/div/div/div/div[2]/form/div/div/div/div/div/div/div[2]/div[3]/div[2]/div/div/div/div/div/div",
      "Value": "",
      "Targets": [
        "xpath=//*[@id=\"root\"]/section/div[2]/div/div/div/div/div[2]/form/div/div/div/div/div/div/div[2]/div[3]/div[2]/div/div/div/div/div/div",
        "xpath=//div[3]/div[2]/div/div/div/div/div/div",
        "css=#root > section > div.a-l-page-container > div > div.mount-node-container.middle-container-width > div > div > div.next-formily-layout.next-form-vertical > form > div > div.directory-content > div:nth-child(1) > div > div > div > div.directory-main-content.dada-common-container > div.next-formily-item.next-formily-item-layout-vertical.next-formily-item-feedback-layout-loose.next-formily-item-fullness.next-formily-item-label-align-left.next-formily-item-control-align-left.form-field-mainImage > div.next-formily-item-control > div > div > div > div > div > div.gc-drag-area.image-zone"
      ],
      "Description": ""
    },
    {
      "Command": "click",
      "Target": "css=#root > section > div.a-l-page-container > div > div.mount-node-container.middle-container-width > div > div > div.next-formily-layout.next-form-vertical > form > div > div.directory-content > div:nth-child(1) > div > div > div > div.directory-main-content.dada-common-container > div.next-formily-item.next-formily-item-layout-vertical.next-formily-item-feedback-layout-loose.next-formily-item-fullness.next-formily-item-label-align-left.next-formily-item-control-align-left.form-field-mainImage > div.next-formily-item-control > div > div > div > div > div > div.gc-drag-area.image-zone > div.gc-image-list > div.pb-upload-card > svg",
      "Value": "",
      "Targets": [
        "xpath=//*[@id=\"root\"]/section/div[2]/div/div/div/div/div[2]/form/div/div/div/div/div/div/div[2]/div[3]/div[2]/div/div/div/div/div/div/div[2]/div[2]/svg",
        "css=#root > section > div.a-l-page-container > div > div.mount-node-container.middle-container-width > div > div > div.next-formily-layout.next-form-vertical > form > div > div.directory-content > div:nth-child(1) > div > div > div > div.directory-main-content.dada-common-container > div.next-formily-item.next-formily-item-layout-vertical.next-formily-item-feedback-layout-loose.next-formily-item-fullness.next-formily-item-label-align-left.next-formily-item-control-align-left.form-field-mainImage > div.next-formily-item-control > div > div > div > div > div > div.gc-drag-area.image-zone > div.gc-image-list > div.pb-upload-card > svg"
      ],
      "Description": ""
    },
    {
      "Command": "click",
      "Target": "xpath=/html/body/div[6]/ul/li/div/span",
      "Value": "",
      "Targets": [
        "xpath=/html/body/div[6]/ul/li/div/span",
        "xpath=//div[6]/ul/li/div/span",
        "css=body > div.next-overlay-wrapper.opened > ul > li:nth-child(1) > div > span"
      ],
      "Description": ""
    }

Above is only the source code from the recording results in the record UI which only finds command: click and does not even record command: type.

If there is a problem like this, how do I try to upload photos in that section?

What happens if you press the “(+)” button? I assume the file dialog will show? => Fill it out with XTYPE, and then send XTYPE | ${KEY_ENTER}.

If you press the (+) button, the file explorer will appear. However, if you point to this button, 2 options will appear, namely upload and media center.

  1. Is XTYPE free? I rarely use commands with the letter (X) like XCLICK.

  2. Isn’t there another way not to use the XTYPE command?