Limits

Press Keys on MacOS/Chrome

While SeleniumLibrary 3.3.0 added Press Keys which can target non-inputs, as of chromedriver version 2.45 the ⌘ key cannot be used. As this is the favored key for shortcuts, this means almost all of the client keyboard shortcuts just won’t work if you are trying to test on MacOS.

Workaround

If you are trying to ``Press Keys`` where the ⌘ key would be used, try to find a combination of simpler key combinations and mouse clicks.

[ ]: