1 year ago
#76654
Pedro Aguiar Amorim
Openning website with Webbrowser - Google Colab
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.
python
web
google-colaboratory
webbrowser-control
0 Answers
Your Answer