From 0176bc0523715f0c4ce648ebb5757a6a71dd637f Mon Sep 17 00:00:00 2001 From: Karim shoair Date: Tue, 26 Nov 2024 16:48:35 +0200 Subject: [PATCH] PlaywrightFetcher - Make proxies available without enabling stealth Thanks for @AbdullahY36 --- scrapling/engines/pw.py | 1 + 1 file changed, 1 insertion(+) diff --git a/scrapling/engines/pw.py b/scrapling/engines/pw.py index 80ff55b..9330094 100644 --- a/scrapling/engines/pw.py +++ b/scrapling/engines/pw.py @@ -176,6 +176,7 @@ class PlaywrightEngine: ) else: context = browser.new_context( + proxy=self.proxy, color_scheme='dark', user_agent=useragent, device_scale_factor=2,