AppleScript for Google Chrome¶
Get bookmark folders¶
tell application "Google Chrome"
tell its bookmark folder "Bookmarks Bar"
tell its bookmark folder "Another folder"
get title of its bookmark folders
end tell
end tell
end tell