We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5427d65 commit ca86cb9Copy full SHA for ca86cb9
1 file changed
pyaterochka_api/manager.py
@@ -86,6 +86,7 @@ async def _warmup(self) -> None:
86
locale="ru-RU",
87
headless=self.headless,
88
proxy=Proxy(self.proxy).as_dict() if self.proxy else None,
89
+ block_images=True
90
#**self.browser_opts,
91
).start()
92
0 commit comments