Relative Content

Tag Archive for javascriptnode.jstestingpuppeteer

browser.pages not updating when a new tab is opened

The code aims to click on a button and then, which results in a new tab opening.
I want to work on that tab, but I’m unable to switch pages via browser.pages[i] because it doesn’t update instantaneously.