Closed ghost closed 11 years ago
The new kind of br tag, that is <br />, creates problems in mechanize.
Use the RobustFactory.
When initializing the mechanize class:
browser = mechanize.Browser(factory=mechanize.RobustFactory())
The new kind of br tag, that is <br />, creates problems in mechanize.