angular / protractor

E2E test framework for Angular apps
http://www.protractortest.org
MIT License
8.75k stars 2.31k forks source link

protractor.Key.chord() broken in the latest chromedriver #5546

Open AliZuhair-AI opened 2 years ago

AliZuhair-AI commented 2 years ago

Bug report

Steps to reproduce the bug

Starting with ChromeDriver 98.0.4758.48, protractor.Key.chord() method seems to be broken. Whenever I try to use CTRL + A or BACK_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.

StanislavKharchenko commented 2 years ago

Good day! This is not Protractor issue, but ChromeDriver problem:

https://bugs.chromium.org/p/chromedriver/issues/detail?id=3999

subhra-s-das commented 2 years ago

"actions().sendKeys" is also broken due to latest chromedriver. Sending junk characters like as O.P mentioned asci character �

VivekLande commented 2 years ago

It's also breaking on firefox on V98.0, could you please take a look