SeleniumBase icon indicating copy to clipboard operation
SeleniumBase copied to clipboard

Compatibility of save_cookies and load_cookies on Windows

Open chenqinggang001 opened this issue 3 years ago • 1 comments

Using this method on Windows the path is "/", This is probably not done for Windows compatibility

image

chenqinggang001 avatar Aug 10 '22 14:08 chenqinggang001

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

mdmintz avatar Aug 10 '22 14:08 mdmintz