diff --git a/crawl4ai/async_configs.py b/crawl4ai/async_configs.py index bfa0d398..ef31bf7d 100644 --- a/crawl4ai/async_configs.py +++ b/crawl4ai/async_configs.py @@ -598,7 +598,7 @@ class BrowserConfig: "chrome_channel": self.chrome_channel, "channel": self.channel, "proxy": self.proxy, - "proxy_config": self.proxy_config, + "proxy_config": self.proxy_config.to_dict() if self.proxy_config else None, "viewport_width": self.viewport_width, "viewport_height": self.viewport_height, "accept_downloads": self.accept_downloads,