Comment 10 for bug 98437

Revision history for this message
James Henstridge (jamesh) wrote :

Given that testbrowser/mechanize are meant to simulate a user interacting with a single window/tab web browser (which is inherently a linear process), there probably isn't any concurrency issues to worry about.

If a test is simulating concurrent access to a site, it'd be using multiple browser instances.