Closed zazer0 closed 1 month ago
Just added a flag to the tool's args, and passed it through to the Selenium ChromeDriver :)
Saves browser data - including cookies, which have the login - to the current directory (following naming convention of _default_out_Path).
_default_out_Path
This should close #82 !
Thanks @zazer0!
I've clarified the usage a bit and renamed the flag as --persistent-session / -P as that's what it's actually doing. Overall seems good!
--persistent-session
-P
Just added a flag to the tool's args, and passed it through to the Selenium ChromeDriver :)
Saves browser data - including cookies, which have the login - to the current directory (following naming convention of
_default_out_Path
).