Can Browser Library connect to a previously opened Browser session?

I have an automation task I’m trying to accomplish with the Browser Library (setting chromium), and that is to: 1) connect to a previously opened Browser session; 2) verify several selector values; 3) disconnect from previously opened Browser session (without closing the browser); 4) Pass or Fail the test.

From what I’ve studied, I’m not seeing a way to connect to a previously opened Browser session using the Browser Library.
Have I missed something?

Hi Paul,

It’s probably work having a read of Browser, Context and Page, I think what you’ll want is to open a new browser and context in your Suite Setup ( Setups and teardowns) then in test 1 create a New Page, capture the return value from that and the use the return from New Page with Switch Page in tests 2, 3, etc

Dave.