daijro / camoufox

🦊 Anti-detect browser
https://camoufox.com
Mozilla Public License 2.0
639 stars 49 forks source link

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

Closed zgc-zgc closed 2 weeks ago

zgc-zgc commented 2 weeks ago

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")

Nongzhsh commented 2 weeks ago

Maybe this is by design? I tried it with PW, and it also opens two windows.

daijro commented 2 weeks ago

This is by PW's design. If pages were to open in tabs of the same window, you'd only be able to interact with the page in the active tab.