XType to press CMD+[?

Hi! I am testing out how to go “back” on Chrome using the keys “CMD + [”. I tried implementing XType with ${KEY_CMD+KEY_[} and ${KEY_CMD}+[, one has an error and the other wouldn’t execute it.

I tried checking the documentation and am not sure if UI.VISION supports “[”, but couldn’t find anything.

Mac:

Open the previous page in your browsing history for the current tab ⌘ + [ OR ⌘ + Left arrow

=> So ${KEY_CMD+KEY_LEFT} should work.

No, that documentation is unfortunately outdated, and only ⌘ + [ works. Any way to do that?