@@ -1706,6 +1706,27 @@ Location: Any history item in the Hamburger history list
17061706Path to .json: modules/data/context_menu.components.json
17071707```
17081708```
1709+ Selector Name: context-move-tab-to-new-group
1710+ Selector Data: "context_moveTabToNewGroup"
1711+ Description: Tab context click option "Add Tab to New Group"
1712+ Location: In the tabbed browser
1713+ Path to .json: modules/data/context_menu.components.json
1714+ ```
1715+ ```
1716+ Selector Name: context-move-tab-to-group
1717+ Selector Data: "context_moveTabToGroup"
1718+ Description: Tab context click option "Add Tab to Group"
1719+ Location: In the tabbed browser
1720+ Path to .json: modules/data/context_menu.components.json
1721+ ```
1722+ ```
1723+ Selector Name: context-remove-tab-from-group
1724+ Selector Data: "context_ungroupTab"
1725+ Description: Tab context click option "Remove from Group"
1726+ Location: In the tabbed browser
1727+ Path to .json: modules/data/context_menu.components.json
1728+ ```
1729+ ```
17091730Selector Name: context-menu-pin-tab
17101731Selector Data: "context_pinTab"
17111732Description: Tab context click option "Pin Tab"
@@ -4059,7 +4080,62 @@ Description: A tab's Close (X) button
40594080Location: In the tabbed browser.
40604081Path to .json: modules/data/tab_bar.components.json
40614082```
4062-
4083+ ```
4084+ Selector name: tabgroup-menu
4085+ Selector Data: "tab-group-editor"
4086+ Description: Adding tabs to a group menu
4087+ Location: Menu that opens when adding tabs to a group
4088+ Path to .json: modules/data/tab_bar.components.json
4089+ ```
4090+ ```
4091+ Selector Name: tabgroup-input
4092+ Selector Data: "[data-l10n-id='tab-group-editor-name-field']"
4093+ Description: Name field
4094+ Location: Menu that opens when adding tabs to a group
4095+ Path to .json: modules/data/tab_bar.components.json
4096+ ```
4097+ ```
4098+ Selector Name: tabgroup-create-button
4099+ Selector Data: "tab-group-editor-button-create"
4100+ Description: Create button
4101+ Location: Menu that opens when adding tabs to a group
4102+ Path to .json: modules/data/tab_bar.components.json
4103+ ```
4104+ ```
4105+ Selector Name: tabgroup-label
4106+ Selector Data: "tab-group-label"
4107+ Description: The label of tab group
4108+ Location: In the tabbed browser
4109+ Path to .json: modules/data/tab_bar.components.json
4110+ ```
4111+ ```
4112+ Selector Name: tabgroup-menuitem
4113+ Selector Data: "tab-group-icon"
4114+ Description: Icon related to tab group
4115+ Location: In the tabbed browser
4116+ Path to .json: modules/data/tab_bar.components.json
4117+ ```
4118+ ```
4119+ Selector Name: tabgroup-overflow-count
4120+ Selector Data: "tab-group-overflow-count"
4121+ Description: Numbers of tabs in tab group
4122+ Location: In the tabbed browser
4123+ Path to .json: modules/data/tab_bar.components.json
4124+ ```
4125+ ```
4126+ Selector Name: tabgroup-line
4127+ Selector Data: "tab-group-line"
4128+ Description: Line indicator of tab group
4129+ Location: In the tabbed browser
4130+ Path to .json: modules/data/tab_bar.components.json
4131+ ```
4132+ ```
4133+ Selector Name: tabgroup-ungroup-tabs
4134+ Selector Data: "tabGroupEditor_ungroupTabs"
4135+ Description: Ungroup the tab group
4136+ Location: Menu that opens when right click on the tab group label
4137+ Path to .json: modules/data/tab_bar.components.json
4138+ ```
40634139#### text_area_form_autofill
40644140```
40654141Selector Name: street-address-textarea
0 commit comments