feat(dynamicSession): add the option to set timezone of the browser

This commit is contained in:
Karim shoair
2025-12-18 01:13:31 +02:00
parent b507e4d4a0
commit 39f544eae4
3 changed files with 5 additions and 0 deletions
@@ -87,6 +87,7 @@ class PlaywrightConfig(Struct, kw_only=True, frozen=False, weakref=True):
load_dom: bool = True
wait_selector_state: SelectorWaitStates = "attached"
user_data_dir: str = ""
timezone_id: str = ""
extra_flags: Optional[List[str]] = None
selector_config: Optional[Dict] = {}
additional_args: Optional[Dict] = {}