diff --git a/parameter_updates.txt b/parameter_updates.txt deleted file mode 100644 index 5a5027d0..00000000 --- a/parameter_updates.txt +++ /dev/null @@ -1,20 +0,0 @@ -The file /docs/md_v2/api/parameters.md should be updated to include the new network and console capturing parameters. - -Here's what needs to be updated: - -1. Change section title from: -``` -### G) **Debug & Logging** -``` -to: -``` -### G) **Debug, Logging & Capturing** -``` - -2. Add new parameters to the table: -``` -| **`capture_network_requests`** | `bool` (False) | Captures all network requests, responses, and failures during the crawl. Available in `result.network_requests`. | -| **`capture_console_messages`** | `bool` (False) | Captures all browser console messages (logs, warnings, errors) during the crawl. Available in `result.console_messages`. | -``` - -These changes demonstrate how to use the new network and console capturing features in the CrawlerRunConfig. \ No newline at end of file