v1.7.0
Minor Changes
-
#316
902e633
Thanks @kamath! - rename browserbaseResumeSessionID -> browserbaseSessionID -
#296
f11da27
Thanks @kamath! - - Deprecate fields ininit
in favor of constructor options- Deprecate
initFromPage
in favor ofbrowserbaseResumeSessionID
in constructor - Rename
browserBaseSessionCreateParams
->browserbaseSessionCreateParams
- Deprecate
-
#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 defaultextract
uses the existing approachdomExtract
. -
#298
55f0cd2
Thanks @kamath! - Add sessionId to public params
Patch Changes
-
#283
b902192
Thanks @sameelarif! - allowed customization of eval config via .env -
#299
fbe2300
Thanks @sameelarif! - log playwright actions for better debugging