Skip to content

Commit

Permalink
Update FakeBrowser.ts
Browse files Browse the repository at this point in the history
  • Loading branch information
kkoooqq authored Dec 20, 2021
1 parent 7015d68 commit 16e0294
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/core/FakeBrowser.ts
Original file line number Diff line number Diff line change
Expand Up @@ -99,13 +99,13 @@ export const kDefaultLaunchArgs = [
'--disable-threaded-scrolling',
'--disable-checker-imaging',

'--deterministic-mode',
'--disable-new-content-rendering-timeout',
'--disable-image-animation-resync',
'--disable-partial-raster',

'--blink-settings=primaryHoverType=2,availableHoverTypes=2,primaryPointerType=4,availablePointerTypes=4',

// '--deterministic-mode', // Some friends commented that with this parameter mouse movement is stuck, so let's comment it out
// '--disable-web-security',
// '--disable-cache', // cache
// '--disable-application-cache',
Expand Down

0 comments on commit 16e0294

Please sign in to comment.