New GitHub issue #92683 from fredericomattos:<br>

<hr>

<pre>
OS → Microsoft Windows 11
Chrome Version → 101.0.4951.54 (official version) 64 bits

I have Google website open and I want to open the Stackoverflow website in a new tab but the screen keeps showing the Google website.

All possible combinations I've tried to use but the page still opens and pulls the focus to it, my attempts were:
```
sof = 'https://stackoverflow.com'
webbrowser.open(sof, new=0, autoraise=False)
webbrowser.open(sof, new=2, autoraise=False)
webbrowser.open(sof, new=0, autoraise=True)
webbrowser.open(sof, new=2, autoraise=True)

```
All indications of use for such a function, lead me to the `webbrowser + autoraise`, I believe there is a problem.
</pre>

<hr>

<a href="https://github.com/python/cpython/issues/92683">View on GitHub</a>
<p>Labels: type-bug</p>
<p>Assignee: </p>