Skip to content
This repository has been archived by the owner on Jul 29, 2024. It is now read-only.

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

Open
AliZuhair-AI opened this issue Feb 8, 2022 · 3 comments
Open

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

AliZuhair-AI opened this issue Feb 8, 2022 · 3 comments

Comments

@AliZuhair-AI
Copy link

AliZuhair-AI commented Feb 8, 2022

Bug report

  • Node Version: v12.14.0
  • Protractor Version: 6.x
  • Angular Version: 12.1.3
  • Browser(s): Chrome
  • Operating System and Version 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 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
Copy link

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

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

@subhra-s-das
Copy link

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

@VivekLande
Copy link

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

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

4 participants