Skip to content

Commit 44ea547

Browse files
gernbergOrKoN
authored andcommitted
Automatic doc update
1 parent fb151ec commit 44ea547

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

docs/tool-reference.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -157,10 +157,10 @@
157157

158158
- **handleBeforeUnload** (enum: "accept", "decline") _(optional)_: Whether to auto accept or beforeunload dialogs triggered by this navigation. Default is accept.
159159
- **ignoreCache** (boolean) _(optional)_: Whether to ignore cache on reload.
160+
- **initScript** (string) _(optional)_: (optional) A JavaScript function to be executed by the tool on new document for every page load before any other scripts.
160161
- **timeout** (integer) _(optional)_: Maximum wait time in milliseconds. If set to 0, the default timeout will be used.
161162
- **type** (enum: "url", "back", "forward", "reload") _(optional)_: Navigate the page by URL, back or forward in history, or reload.
162163
- **url** (string) _(optional)_: Target URL (only type=url)
163-
- **initScript** (string) _(optional)_: Script to execute whenever a page is navigated to.
164164

165165
---
166166

0 commit comments

Comments
 (0)