Minor Changes
-
#316
902e633Thanks @kamath! - rename browserbaseResumeSessionID -> browserbaseSessionID -
#296
f11da27Thanks @kamath! - - Deprecate fields ininitin favor of constructor options- Deprecate
initFromPagein favor ofbrowserbaseResumeSessionIDin constructor - Rename
browserBaseSessionCreateParams->browserbaseSessionCreateParams
- Deprecate
-
#304
0b72f75Thanks @seanmcguire12! - add textExtract: an optional, text based approach to the existing extract method. textExtract often performs better on long form extraction tasks. By defaultextractuses the existing approachdomExtract. -
#298
55f0cd2Thanks @kamath! - Add sessionId to public params
Patch Changes
-
#283
b902192Thanks @sameelarif! - allowed customization of eval config via .env -
#299
fbe2300Thanks @sameelarif! - log playwright actions for better debugging