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?