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
However, the BrowserBase class doesn't seem to extend this method and it is undefined. Is this an error or am I missing something? I am trying to connect to an existing session.
Using version 2.5.0 in node!
The text was updated successfully, but these errors were encountered:
hmprt
changed the title
Missing method from documentation
Missing bb.connect() method from documentation
Apr 2, 2025
Hey all, the documentation references a
bb.connect()
method which takes asessionId
, like so:src: https://docs.browserbase.com/fundamentals/manage-browser-session
However, the
BrowserBase
class doesn't seem to extend this method and it is undefined. Is this an error or am I missing something? I am trying to connect to an existing session.Using version 2.5.0 in node!
The text was updated successfully, but these errors were encountered: