refactor(StealthyFetcher): Remove virtual mode and use persistent context
Solves #64 completely too
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user