Open AliZuhair-AI opened 2 years ago
Good day! This is not Protractor issue, but ChromeDriver problem:
https://bugs.chromium.org/p/chromedriver/issues/detail?id=3999
"actions().sendKeys" is also broken due to latest chromedriver. Sending junk characters like as O.P mentioned asci character �
It's also breaking on firefox on V98.0, could you please take a look
Bug report
v12.14.0
6.x
12.1.3
Chrome
Windows 10
Steps to reproduce the bug
Starting with ChromeDriver 98.0.4758.48,
protractor.Key.chord()
method seems to be broken. Whenever I try to useCTRL + A
orBACK_SPACE
as a keychord, it enters a weird asci character
. My workaround for now is to use an older chromedriver that still seems to support Chrome 98.