So, with python i've seen that you can open a website using the code
import webbrowser
webbrowser.open("http://www.example.com", new=2)
but i really want to know how you could close the same specific tab using python. If you can help please do. Thank you.