How can I run multiple tests from different modules in one browser instance in Selenium? For example, if I have a test to login, and another tests to do an action after logging in, can I string these tests together? So that the webdriver logs in first, then conducts the second test? I'm using Python 2.7.5 to write the tests.
Thanks!
~Carpetfizz