You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
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
The text was updated successfully, but these errors were encountered: