Automate firefox with python?

automation, firefox, linux, python, ubuntu

Solution

The PyXPCOM extension is one possibility.

But looking at what firewatir provides, I have to 2nd the suggestion for twill. It's based on mechanize, which might also be useful in this context.

Problem

Been scouring the net for something like firewatir but for python. I'm trying to automate firefox on linux. Any suggestions?

Original source