It seems that the setting for 'Open links in tabs instead of new windows' is not working. In my case below, it opens two windows. The code is as follows: #60
It seems that the setting for 'Open links in tabs instead of new windows' is not working. In my case below, it opens two windows. The code is as follows:
It seems that the setting for 'Open links in tabs instead of new windows' is not working. In my case below, it opens two windows. The code is as follows:
page = browser.pages[0] await page.goto("https://browserscan.net") new_page = await browser.new_page() await new_page.goto("https://example.com")