DevExpress / testcafe-browser-tools

Browser manipulation utils for TestCafe.
https://testcafe.io
MIT License
30 stars 34 forks source link

feat: disable Occlusion Tracking for Chromium/Edge #211

Closed wentwrong closed 3 years ago

wentwrong commented 3 years ago

Chromium/Edge backgrounds the renderer while the window is not visible to the user (e.g. covered by another window). We should add flag to disable such behavior.

Description of the used flag.

Manually tested on Windows and MacOS (Chrome/Edge). Start the test and open another window so that the browser window would be behind it. When the flag is set, test execution will not pause.

Closes #158