Skip to content

Commit e5367f6

Browse files
committed
update readme
1 parent 5bb39e8 commit e5367f6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

readme.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -74,7 +74,7 @@ print(result)
7474
- `url` (str): Target URL to scrape (**required**)
7575
- `output_format` (Literal["json", "markdown"]): Output format (default: "markdown")
7676
- `schema` (dict | None): OpenAPI schema for structured extraction (required if output_format is "json")
77-
- `render_javascript` (bool): Render JavaScript (default: False)
77+
- `render_javascript` (bool | string): Render JavaScript. Can be set to "auto", meaning that we will decide if it's necessary (default: False)
7878
- `geo_location` (str): proxy location in ISO2 format.
7979

8080
### Browser Agent (`BrowserAgent.run`)

0 commit comments

Comments
 (0)