@@ -460,6 +460,20 @@ Location: about:preferences#search
460460Path to .json: modules/data/about_prefs.components.json
461461```
462462```
463+ Selector Name: show-suggestions-in-address-bar
464+ Selector Data: showSearchSuggestionsFirstCheckbox
465+ Description: Parent Checkbox element to show suggestions in search
466+ Location: about:preferences#search
467+ Path to .json: modules/data/about_prefs.components.json
468+ ```
469+ ```
470+ Selector Name: show-suggestions-awesomebar
471+ Selector Data: urlBarSuggestion
472+ Description: Checkbox element to show suggestions in the Awesomebar
473+ Location: about:preferences#search
474+ Path to .json: modules/data/about_prefs.components.json
475+ ```
476+ ```
463477Selector Name: search-engine-dropmarker
464478Selector Data: "dropmarker"
465479Description: Button that opens the search engine options list
@@ -649,16 +663,16 @@ Location: about:preferences#search
649663Path to .json: modules/data/about_prefs.components.json
650664```
651665```
652- Selector Name: firefox-suggest-nonsponsored
653- Selector Data: "firefoxSuggestNonsponsored"
666+ Selector Name: firefox-suggestions
667+ Selector Data: showSearchSuggestionsFirstCheckbox
654668Description: The Suggestions from Firefox check-box
655669Location: about:preferences#search > Address Bar - Firefox Suggest
656670Path to .json: modules/data/about_prefs.components.json
657671```
658672```
659- Selector Name: firefox-suggest-sponsored
660- Selector Data: "firefoxSuggestSponsored"
661- Description: The Suggestions from sponsors check-box
673+ Selector Name: firefox-trending-suggestions
674+ Selector Data: showTrendingSuggestions
675+ Description: Trending search suggestions check-box
662676Location: about:preferences#search > Address Bar - Firefox Suggest
663677Path to .json: modules/data/about_prefs.components.json
664678```
@@ -1201,6 +1215,34 @@ Description: The unknown content type dialog
12011215Location: about:preferences#general Applications subsection
12021216Path to .json: modules/data/about_prefs.components.json
12031217```
1218+ ```
1219+ Selector Name: search-shortcuts-group
1220+ Selector Data: oneClickSearchProvidersGroup
1221+ Description: The Search shortcuts table
1222+ Location: about:preferences#search Search Shortcuts subsection
1223+ Path to .json: modules/data/about_prefs.components.json
1224+ ```
1225+ ```
1226+ Selector Name: search-engine-list
1227+ Selector Data: engineList
1228+ Description: The Search shortcuts options list
1229+ Location: about:preferences#search Search Shortcuts subsection
1230+ Path to .json: modules/data/about_prefs.components.json
1231+ ```
1232+ ```
1233+ Selector Name: remove-search-engine-button
1234+ Selector Data: removeEngineButton
1235+ Description: The Remove button under Search shortcuts tabel
1236+ Location: about:preferences#search Search Shortcuts subsection
1237+ Path to .json: modules/data/about_prefs.components.json
1238+ ```
1239+ ```
1240+ Selector Name: restore-default-search-engines-button
1241+ Selector Data: restoreDefaultSearchEngines
1242+ Description: The Restore Default Search Engines button under Search shortcuts tabel
1243+ Location: about:preferences#search Search Shortcuts subsection
1244+ Path to .json: modules/data/about_prefs.components.json
1245+ ```
12041246#### about_profiles
12051247```
12061248Selector Name: profile-container
@@ -1919,6 +1961,20 @@ Location: Customize firefox options in Context Chrome
19191961Path to .json: modules/data/customize_firefox.components.json
19201962```
19211963```
1964+ Selector Name: nav-searchbar
1965+ Selector Data: "search-container"
1966+ Description: the search container element
1967+ Location: Customize firefox options in Context Chrome
1968+ Path to .json: modules/data/customize_firefox.components.json
1969+ ```
1970+ ```
1971+ Selector Name: done-button
1972+ Selector Data: "customization-done-button"
1973+ Description: The done button in the customizd toolbar
1974+ Location: Customize firefox options in Context Chrome
1975+ Path to .json: modules/data/customize_firefox.components.json
1976+ ```
1977+ ```
19221978Selector Name: history
19231979Selector Data: "wrapper-history-panelmenu"
19241980Description: The history button from the customizing options
@@ -2288,6 +2344,13 @@ Description: bsky website sign in button
22882344Location: Bsky website
22892345Path to .json: modules/data/generic_page.components.json
22902346```
2347+ ```
2348+ Selector Name: url-to-copy
2349+ Selector Data: "p[contenteditable]"
2350+ Description: Clipboard page to copy url
2351+ Location: Clipboard test page
2352+ Path to .json: modules/data/generic_page.components.json
2353+ ```
22912354#### generic_pdf
22922355```
22932356Selector Name: highlighted-text
@@ -2569,6 +2632,13 @@ Path to .json: modules/data/login_autofill.components.json
25692632Selector Name: bsky-credentials
25702633Selector Data: ".autocomplete-richlistbox .autocomplete-richlistitem[ac-value='username1']"
25712634Description: Autocomplete dropdown is toggled for focused login fields on facebook page load
2635+ Location: bsky page load
2636+ Path to .json: modules/data/login_autofill.components.json
2637+ ```
2638+ ```
2639+ Selector Name: facebook-credentials
2640+ Selector Data: ".autocomplete-richlistbox .autocomplete-richlistitem[ac-value='username1']"
2641+ Description: Autocomplete dropdown is toggled for focused login fields on facebook page load
25722642Location: Facebook page load
25732643Path to .json: modules/data/login_autofill.components.json
25742644```
@@ -3196,6 +3266,55 @@ Description: Searchmode engine label
31963266Location: Address bar searchmode engine label
31973267Path to .json: modules/data/navigation.components.json
31983268```
3269+ ```
3270+ Selector Name: selected_searchbar-search-engine
3271+ Selector Data: button.searchbar-engine-one-off-item[tooltiptext='{engine}'][selected]
3272+ Description: Searchbar-search-engine
3273+ Location: Selected search bar search engine
3274+ Path to .json: modules/data/navigation.components.json
3275+ ```
3276+ ```
3277+ Selector Name: searchbar-suggestions
3278+ Selector Data: hbox.search-one-offs
3279+ Description: Searchbar suggestions
3280+ Location: Searchbar results
3281+ Path to .json: modules/data/navigation.components.json
3282+ ```
3283+ ```
3284+ Selector Name: searchbar-magnifying-glass-button
3285+ Selector Data: hbox.searchbar-search-button[data-l10n-id='searchbar-icon']
3286+ Description: Searchbar magnifying glass button
3287+ Location: Searchbar
3288+ Path to .json: modules/data/navigation.components.json
3289+ ```
3290+ ```
3291+ Selector Name: searchbar-search-engine
3292+ Selector Data: button.searchbar-engine-one-off-item[tooltiptext='{engine}'
3293+ Description: Searchbar search engine button
3294+ Location: Searchbar
3295+ Path to .json: modules/data/navigation.components.json
3296+ ```
3297+ ```
3298+ Selector Name: search-mode-chicklet
3299+ Selector Data: label.searchmode-switcher-title
3300+ Description: Search mode chicklet
3301+ Location: Address bar search mode
3302+ Path to .json: modules/data/navigation.components.json
3303+ ```
3304+ ```
3305+ Selector Name: history-button-search-mode
3306+ Selector Data: search-button-history
3307+ Description: Histroy button search mode
3308+ Location: Search mode
3309+ Path to .json: modules/data/navigation.components.json
3310+ ```
3311+ ```
3312+ Selector Name: exit-button-searchmode
3313+ Selector Data: toolbarbutton[data-l10n-id='urlbar-searchmode-exit-button']
3314+ Description: Exit button searchmode
3315+ Location: Address bar searchmode
3316+ Path to .json: modules/data/navigation.components.json
3317+ ```
31993318#### panel_ui
32003319```
32013320Selector name: panel-ui-button
@@ -3573,7 +3692,13 @@ Description: Edit bookmark panel
35733692Location: Bookmark panel
35743693Path to .json: modules/data/pane_ui.components.json
35753694```
3576-
3695+ ```
3696+ Selector Name: toolbarspring
3697+ Selector Data: ustomizableui-special-spring2
3698+ Description: toolbarspring
3699+ Location: Toolbar
3700+ Path to .json: modules/data/navigation.components.json
3701+ ```
35773702#### print_preview
35783703```
35793704Selector name: print-preview-browser
0 commit comments