Hello, can it not retrieve all tab pages of the current browser instance like chrome-devtools does? It seems to only monitor the new page you instructed it to navigate to. playwright/browser_tabs doesn’t seem to work as expected—before I navigate, it can only fetch a chrome-extension://...connect.html, even though I’ve already opened multiple tabs.
Hello, can it not retrieve all tab pages of the current browser instance like chrome-devtools does? It seems to only monitor the new page you instructed it to navigate to. playwright/browser_tabs doesn’t seem to work as expected—before I navigate, it can only fetch a chrome-extension://...connect.html, even though I’ve already opened multiple tabs.