Skip to content

Commit 198168a

Browse files
authored
Merge pull request #421 from HRanjan-11/CYP-1022
added chrome flag
2 parents 7468975 + 1103ccd commit 198168a

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

accessibility/plugin/index.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -54,6 +54,7 @@ const Accessibility = (on, config) => {
5454
const accessibility_ext_path = process.env.ACCESSIBILITY_EXTENSION_PATH
5555

5656
launchOptions.args.push(`--load-extension=` + accessibility_ext_path)
57+
launchOptions.args.push('--disable-features=DisableLoadExtensionCommandLineSwitch')
5758
return launchOptions
5859
}
5960
}

0 commit comments

Comments
 (0)