This repository was archived by the owner on Jul 29, 2024. It is now read-only.
This repository was archived by the owner on Jul 29, 2024. It is now read-only.
Chrome 91 will break more Protractor tests #5519
Closed
Description
Bug report
- Node Version:
14.17.0
- Protractor Version:
7.0.0
- Browser(s):
Chrome v91
- Operating System and Version
Windows 10
The issue started to reproduce with the release of chromedriver v91.
https://bugs.chromium.org/p/chromium/issues/detail?id=1205107&start=300
Method getAttribute will always return null within usage of older JWP (w3c: false).
From another side, with the w3c: true on legacy Selenium 3 - browser actions are not working due to incompatibility.
So the recommendation is to upgrade with selenium-webdriver 4.0 where full support of w3c implemented.
I have added a PR where made upgrades with the latest selenium 4.0
Metadata
Metadata
Assignees
Labels
No labels