-
Notifications
You must be signed in to change notification settings - Fork 14
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
test: profile directory for chromium based browser
- Loading branch information
1 parent
b2224e8
commit f40c08b
Showing
4 changed files
with
136 additions
and
10 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
12 changes: 12 additions & 0 deletions
12
spec/fixtures/Library/Application Support/Google/Chrome/Local State
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,12 @@ | ||
{ | ||
"profile": { | ||
"info_cache": { | ||
"Default": { | ||
"name": "Default" | ||
}, | ||
"Profile1": { | ||
"name": "Astronaut" | ||
} | ||
} | ||
} | ||
} |
49 changes: 49 additions & 0 deletions
49
spec/fixtures/Library/Application Support/Google/Chrome/Profile1/Bookmarks
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,49 @@ | ||
{ | ||
"checksum": "", | ||
"roots": { | ||
"bookmark_bar": { | ||
"children": [ | ||
{ | ||
"children": [ | ||
{ | ||
"name": "Google", | ||
"type": "url", | ||
"url": "https://google.com/" | ||
}, | ||
{ | ||
"children": [ | ||
{ | ||
"name": "DuckDuckGo", | ||
"type": "url", | ||
"url": "https://duckduckgo.com/" | ||
} | ||
], | ||
"name": "nested", | ||
"type": "folder" | ||
} | ||
], | ||
"name": "search", | ||
"type": "folder" | ||
}, | ||
{ | ||
"name": "ISRO", | ||
"type": "url", | ||
"url": "https://www.isro.gov.in/" | ||
} | ||
], | ||
"name": "Bookmarks Bar", | ||
"type": "folder" | ||
}, | ||
"other": { | ||
"children": [], | ||
"name": "Other Bookmarks", | ||
"type": "folder" | ||
}, | ||
"synced": { | ||
"children": [], | ||
"name": "Mobile bookmarks", | ||
"type": "folder" | ||
} | ||
}, | ||
"version": 1 | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters