Been scouring the net for something like firewatir but for python. I'm trying to automate firefox on linux. Any suggestions?
相关问题
- how to define constructor for Python's new Nam
- streaming md5sum of contents of a large remote tar
- How to get the background from multiple images by
- Evil ctypes hack in python
- Correctly parse PDF paragraphs with Python
Install Mozlab in Firefox and enable the telnet server, then open a socket.
I would suggest you to use Selenium instead of Mechanize/Twill because Mechanize would fail while handling Javascript.