docs: add docs for timezone_id argument

This commit is contained in:
Karim shoair
2025-12-18 01:16:22 +02:00
parent 9443ab80ae
commit ecb97d3fd6
2 changed files with 3 additions and 0 deletions
+1
View File
@@ -93,6 +93,7 @@ Scrapling provides many options with this fetcher and its session classes. To ma
| stealth | Enables stealth mode; you should always check the documentation to see what the stealth mode does currently. | ✔️ |
| real_chrome | If you have a Chrome browser installed on your device, enable this, and the Fetcher will launch and use an instance of your browser. | ✔️ |
| locale | Set the locale for the browser if wanted. The default value is `en-US`. | ✔️ |
| timezone_id | Set the timezone for the browser if wanted. | ✔️ |
| cdp_url | Instead of launching a new browser instance, connect to this CDP URL to control real browsers through CDP. | ✔️ |
| user_data_dir | Path to a User Data Directory, which stores browser session data like cookies and local storage. The default is to create a temporary directory. **Only Works with sessions** | ✔️ |
| extra_flags | A list of additional browser flags to pass to the browser on launch. | ✔️ |