Been scouring the net for something like firewatir but for python. I'm trying to automate firefox on linux. Any suggestions?
|
|
|
|
|
|
|
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. |
||
|
|
|
I use Selenium RC. All my tests are written in Python and are run with test suite. One minor thing is that You either have to start selenium manually and point Your tests to it or start selenium from test suite which requires little bit of coding. But it's doable. Generally I'm very pleased with this solution. |
||
|
|
Install Mozlab in Firefox and enable the telnet server, then open a socket. |
||
|
|
|
|
See if twill can help you. It can be used as a command line tool or as a python library. |
||
|
|
|
|
You could try selenium. |
||
|
|
|
|
The languages of choice of Firefox is Javascript. Unless you have a specific requirement that requires Python, I would advice you to use that. |
||
|
|
