Skip to content

Commit

Permalink
Disable edge features that generate noise
Browse files Browse the repository at this point in the history
  • Loading branch information
soulgalore committed Mar 20, 2024
1 parent 26fa281 commit 154b531
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion lib/chrome/webdriver/setupChromiumOptions.js
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,13 @@ const CHROME_FEATURES_THAT_WE_DISABLES = [
'MediaRouter',
'OfflinePagesPrefetching',
'OptimizationHints',
'Translate'
'Translate',
'msAutofillEdgeCoupons',
'msShoppingTrigger',
'msEdgeShoppingUI',
'msEntityExtraction',
'msEntityExtractionProactive',
'msWebAssist'
];

export function setupChromiumOptions(
Expand Down

0 comments on commit 154b531

Please sign in to comment.