Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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 join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

4 participants