Skip to content

Commit

Permalink
dont disable image loading by default in PlaywrightUser
Browse files Browse the repository at this point in the history
  • Loading branch information
cyberw committed Apr 13, 2022
1 parent fa80314 commit 07a9367
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion locust_plugins/users/playwright.py
Original file line number Diff line number Diff line change
Expand Up @@ -302,7 +302,7 @@ async def _pwprep(self):
"--proxy-server='direct://'",
"--proxy-bypass-list=*",
# seems to help a little?
"--blink-settings=imagesEnabled=false",
# "--blink-settings=imagesEnabled=false",
"--host-resolver-rules=MAP www.googletagmanager.com 127.0.0.1, MAP www.google-analytics.com 127.0.0.1, MAP *.facebook.* 127.0.0.1, MAP assets.adobedtm.com 127.0.0.1, MAP s2.adform.net 127.0.0.1",
"--no-first-run",
"--disable-audio-output",
Expand Down

0 comments on commit 07a9367

Please sign in to comment.