Use Case 1: Store the URL and login credentials in a configuration file using configparser. Use Case 2: Manage testing on different environments with Configparser. Use Case 3: Manage the browser ...
Python 3 at some point renamed SafeConfigParser to just ConfigParser. The six package is supposed to handle that sort of nonsense, but apparently not as my other plugin that does use configparser has ...