Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix: The 'WebSocket connection closed' error on Chrome 130 (#8297)
<!-- Thank you for your contribution. Before making a PR, please read our contributing guidelines at https://github.com/DevExpress/testcafe/blob/master/CONTRIBUTING.md#code-contribution We recommend creating a *draft* PR, so that you can mark it as 'ready for review' when you are done. --> ## Purpose When requesting active tabs in Chrome 130.0.6723.6, a chrome-extension tab is included in the list. A CDP client is created based on this tab, but the tab gets closed, which results in the error. ## Approach Excluded tabs with `^chrome-extension` URLs from the list of tabs. ## References closes #8286 ## Pre-Merge TODO - [ ] Write tests for your proposed changes - [ ] Make sure that existing tests do not fail
- Loading branch information