Open stephanflo opened 2 years ago
Hi,
in my UiVeri5 tests i currently face the issue, that sending keyboard shortcuts (see code snippet below) is no longer working. As the tests did not change, this is an effect of the environment.
E.g.: oEl.sendKeys(protractor.Key.chord(protractor.Key.COMMAND, "a")
UiVeri5 Version: 1.47.5 Chrome Version: 98.0.4758.80 Mac.: macOS Monterey Version 12.2
... this issue is not only observed on my local machine (Mac), but also in the central build environment which is Linux based.
As there isn't really a workaround, any help is highly appreciated.
Best regards, Florian
Is it still reproducible?
Hi,
in my UiVeri5 tests i currently face the issue, that sending keyboard shortcuts (see code snippet below) is no longer working. As the tests did not change, this is an effect of the environment.
E.g.: oEl.sendKeys(protractor.Key.chord(protractor.Key.COMMAND, "a")
UiVeri5 Version: 1.47.5 Chrome Version: 98.0.4758.80 Mac.: macOS Monterey Version 12.2
... this issue is not only observed on my local machine (Mac), but also in the central build environment which is Linux based.
As there isn't really a workaround, any help is highly appreciated.
Best regards, Florian