Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

all of these are outdated #212

Open
Mani175 opened this issue Sep 8, 2024 · 0 comments
Open

all of these are outdated #212

Mani175 opened this issue Sep 8, 2024 · 0 comments

Comments

@Mani175
Copy link

Mani175 commented Sep 8, 2024

'windows_cookies':[
{'env':'APPDATA', 'path':'..\Local\Google\Chrome\User Data\Default\Cookies'},
{'env':'LOCALAPPDATA', 'path':'Google\Chrome\User Data\Default\Cookies'},
{'env':'APPDATA', 'path':'Google\Chrome\User Data\Default\Cookies'}
],
found them in the module's codes, actually, you should add a \Network after Default
'windows_cookies': [
{'env':'APPDATA', 'path':'..\Local\Google\Chrome\User Data\Default\Network\Cookies'},
{'env':'LOCALAPPDATA', 'path':'Google\Chrome\User Data\Default\Network\Cookies'},
{'env':'APPDATA', 'path':'Google\Chrome\User Data\Default\Network\Cookies'}
],

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant