SeleniumBase
SeleniumBase copied to clipboard
Compatibility of save_cookies and load_cookies on Windows
Using this method on Windows the path is "/", This is probably not done for Windows compatibility

@chenqinggang001 Nice catch. I'll update path-joining to use os.path.join().