You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
'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'}
],
The text was updated successfully, but these errors were encountered:
'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'}
],
The text was updated successfully, but these errors were encountered: