I've tried the following with no avail
- Mechanize/Twill. No Javascript support
- Selenium. Not headless
- Ghost. No Windows support
Anyone got any suggestions?
I've tried the following with no avail
Anyone got any suggestions?
I've had good success using Phantom JS by having Python generate the Javascript for Phantom to execute. It now also has an interactive REPL, so you should be able to use Python to drive the REPL.
Spynner is based on PyQt and claims to support all of Webkit's functionality.