v1.13.0
Minor Changes
-
#486
33f2b3f
Thanks @sameelarif! - [Unreleased] Parameterized offloading Stagehand method calls to the Stagehand API. In the future, this will allow for better observability and debugging experience. -
#494
9ba4b0b
Thanks @pkiv! - Added LocalBrowserLaunchOptions to provide comprehensive configuration options for local browser instances. Deprecated the top-level headless option in favor of using localBrowserLaunchOptions.headless -
#500
a683fab
Thanks @miguelg719! - Including Iframes in ObserveResults. This appends any iframe(s) found in the page to the end of observe results on any observe call. -
#504
577662e
Thanks @sameelarif! - Enabled support for Browserbase captcha solving after page navigations. This can be enabled with the new constructor parameter:waitForCaptchaSolves
. -
#496
28ca9fb
Thanks @sameelarif! - Fixed browserbaseSessionCreateParams not being passed in to the API initialization payload.
Patch Changes
-
#459
62a29ee
Thanks @seanmcguire12! - create a11y + dom hybrid input for observe -
#463
e40bf6f
Thanks @seanmcguire12! - include 'Scrollable' annotations in a11y-dom hybrid -
#480
4c07c44
Thanks @miguelg719! - Adding a fallback try on actFromObserveResult to use the description from observe and call regular act. -
#487
2c855cf
Thanks @seanmcguire12! - update refine extraction prompt to ensure correct schema is used