Published
- 1 min read
open chrome in pyhton
The solution for this is noted below
open chrome in pyhton
Solution
import webbrowser
webbrowser.open_new_tab("http://www.google.com")
Try other methods by searching on the site. That is if this doesn’t work