@browserbasehq/stagehand
Advanced tools
Changelog
1.8.0
#324 cd23fa3
Thanks @kamath! - Move stagehand.act() -> stagehand.page.act() and deprecate stagehand.act()
#319 bacbe60
Thanks @kamath! - We now wrap playwright page/context within StagehandPage and StagehandContext objects. This helps us augment the Stagehand experience by being able to augment the underlying Playwright
#324 cd23fa3
Thanks @kamath! - moves extract and act -> page and deprecates stagehand.extract and stagehand.observe
Changelog
1.7.0
#316 902e633
Thanks @kamath! - rename browserbaseResumeSessionID -> browserbaseSessionID
#296 f11da27
Thanks @kamath! - - Deprecate fields in init
in favor of constructor options
initFromPage
in favor of browserbaseResumeSessionID
in constructorbrowserBaseSessionCreateParams
-> browserbaseSessionCreateParams
#304 0b72f75
Thanks @seanmcguire12! - add textExtract: an optional, text based approach to the existing extract method. textExtract often performs better on long form extraction tasks. By default extract
uses the existing approach domExtract
.
#298 55f0cd2
Thanks @kamath! - Add sessionId to public params
#283 b902192
Thanks @sameelarif! - allowed customization of eval config via .env
#299 fbe2300
Thanks @sameelarif! - log playwright actions for better debugging