mirror of
https://github.com/internetarchive/brozzler.git
synced 2025-08-08 06:22:23 -04:00
read/write chromium local state
This commit is contained in:
parent
4dfda90df2
commit
e461627300
1 changed files with 0 additions and 1 deletions
|
@ -138,7 +138,6 @@ class Browser:
|
|||
self.chrome_port = self._find_available_port()
|
||||
self._work_dir = tempfile.TemporaryDirectory()
|
||||
data_dir = os.path.join(self._work_dir.name, "chrome-user-data")
|
||||
flags_location = os.path.join(data_dir, "Local State")
|
||||
if cookie_db is not None:
|
||||
cookie_dir = os.path.join(data_dir, "Default")
|
||||
cookie_location = os.path.join(cookie_dir, "Cookies")
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue