Open File url from the local system

Hi,

I am trying to open a html file from disk. But when running it I get the error “Illegal URL: file:///C:/…”.
Here my script:

{
  "Name": "OpenRPA",
  "CreationDate": "2023-3-21",
  "Commands": [
    {
      "Command": "selectWindow",
      "Target": "TAB=OPEN",
      "Value": "file:///C:/WC/uivision/empty.html",
      "Description": ""
    },
    {
      "Command": "deleteAllCookies",
      "Target": "",
      "Value": "",
      "Description": ""
    }
  ]
}

Could anyone tell me what I am doing wrong?

I use Firefox RPA 6.2.6 with XFiles.

Best wishes

Anselm

To do this you must use desktop automation not web automation

https://ui.vision/rpa/x/desktop-automation

Thank you very much.
I will try to solve it with that.

Hi, one question: Does the same work in Chrome for you?

it is not working for Chrome