refactor(StealthyFetcher): Remove virtual mode and use persistent context

Solves #64 completely too
This commit is contained in:
Karim shoair
2025-07-27 03:41:28 +03:00
parent 172a5b4a0a
commit d1aa0be6e4
5 changed files with 41 additions and 52 deletions
+1 -1
View File
@@ -82,7 +82,7 @@ class CamoufoxConfig(Struct, kw_only=True, frozen=False):
"""Configuration struct for validation"""
max_pages: int = 1
headless: Union[bool, Literal["virtual"]] = True # noqa: F821
headless: Union[bool] = True # noqa: F821
block_images: bool = False
disable_resources: bool = False
block_webrtc: bool = False