Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

python for firefox extensions?

People also ask

Can Firefox run Python?

Firefox can be controlled by Python. To do this you need the selenium module and a web driver. The Python code starts the web browser and then completely controls it.

How do I import extensions to Firefox?

Click the menu button. , click Add-ons and Themes and select Recommendations. To install a recommended add-on, click the blue + Install Theme or + Add to Firefox button, depending on the type of add-on.


Yes, through an extension for mozilla, Python Extension (pythonext).

Originally hosted in mozdev, PythonExt project have move to Google code, you can see it in PythonExt in Google code.