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.

nteract_on_jupyter

When released, JupyterLibrary 0.2.0 had limited support for the most current version of nteract_on_jupyter, at the time.

More recent versions of nteract_on_jupyter make heavy use of obfuscated CSS classes, and is relatively hard to test. PRs welcome for a better approach for testing it!