setWindowSize is not working on chrome

Hello

The setWindowSize is not working properly on chrome, even though it’s working fine for the same script on firefox. Can you please tell me what I can do?
You may find below the script I’m using

{
  "Command": "verifyTitle",
  "Target": "You are now logged out - Bayt.com",
  "Value": "",
  "Description": ""
},
{
  "Command": "setWindowSize",
  "Target": "375x667",
  "Value": "",
  "Description": ""
},
{
  "Command": "executeScript",
  "Target": "Date.now()",
  "Value": "timestamp",

Thanks,

setWindowSize works fine for me in Chrome. I tested with “DemoVisualUITest” macro that installs with RPA. Does it work for you?