You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+3-2Lines changed: 3 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -34,7 +34,7 @@
34
34
-[Acknowledgements](#acknowledgements)
35
35
-[License](#license)
36
36
37
-
> [!NOTE]
37
+
> [!NOTE]
38
38
> `Stagehand` is currently available as an early release, and we're actively seeking feedback from the community. Please join our [Slack community](https://join.slack.com/t/stagehand-dev/shared_invite/zt-2tdncfgkk-fF8y5U0uJzR2y2_M9c9OJA) to stay updated on the latest developments and provide feedback.
39
39
40
40
## Intro
@@ -133,6 +133,7 @@ This constructor is used to create an instance of Stagehand.
133
133
-`1`: SDK-level logging
134
134
-`2`: LLM-client level logging (most granular)
135
135
-`debugDom`: a `boolean` that draws bounding boxes around elements presented to the LLM during automation.
136
+
-`domSettleTimeoutMs`: an `integer` that specifies the timeout in milliseconds for waiting for the DOM to settle. Defaults to 30000 (30 seconds).
136
137
137
138
-**Returns:**
138
139
@@ -212,7 +213,7 @@ This constructor is used to create an instance of Stagehand.
212
213
213
214
#### `observe()`
214
215
215
-
> [!NOTE]
216
+
> [!NOTE]
216
217
> `observe()` currently only evaluates the first chunk in the page.
217
218
218
219
`observe()` is used to get a list of actions that can be taken on the current page. It's useful for adding context to your planning step, or if you unsure of what page you're on.
0 commit comments