I'm running this code on Google Colab to open an website and it's not working:
import webbrowser as wb
wb.get('C:/Program Files (x86)/Google/Chrome/Application/chrome.exe %s').open_new_tab('https://www.santanderoper.com.br/d5/pages/login/pt-BR/login-ativo.xhtml')
Does someone know why? Please.