Answers for "how to open a firefox tab with python"

2

open firefox python

import webbrowser
webbrowser.get('firefox').open_new_tab('http://www.google.com')
webbrowser.open('http://www.google.com')
Posted by: Guest on August-23-2020

Code answers related to "how to open a firefox tab with python"

Python Answers by Framework

Browse Popular Code Answers by Language