docs: update the agent skill with the new features

Before I forget lol
This commit is contained in:
Karim shoair
2026-03-29 23:46:25 +02:00
parent 7f552bed73
commit bcd39d57c0
6 changed files with 76 additions and 8 deletions
@@ -71,6 +71,7 @@ The `Response` object is the same as the [Selector](parsing/main_classes.md#sele
>>> page.body # Raw response body as bytes
>>> page.encoding # Response encoding
>>> page.meta # Response metadata dictionary (e.g., proxy used). Mainly helpful with the spiders system.
>>> page.captured_xhr # List of captured XHR/fetch responses (when capture_xhr is enabled on a browser session)
```
All fetchers return the `Response` object.