@@ -949,6 +949,20 @@ Location: about:preferences#privacy in Exceptions - Saved Passwords modal
949
949
Path to .json: modules/data/about_prefs.components.json
950
950
```
951
951
```
952
+ Selector Name: actions-menu
953
+ Selector Data: "richlistitem[type='{.*}'] menulist.actionsMenu"
954
+ Description: Select Application list that handles how downloads are handled
955
+ Location: about:preferences#general Applications subsection
956
+ Path to .json: modules/data/about_prefs.components.json
957
+ ```
958
+ ```
959
+ Selector Name: actions-menu-option
960
+ Selector Data: "richlistitem[type='{.*}'] menuitem[label='{.*}']"
961
+ Description: Select download option from Application List
962
+ Location: about:preferences#general Applications subsection
963
+ Path to .json: modules/data/about_prefs.components.json
964
+ ```
965
+ ```
952
966
Selector Name: use-primary-password
953
967
Selector Data: "useMasterPassword"
954
968
Description: Checkbox for using primary password
@@ -2002,6 +2016,13 @@ Location: any element that supports the attribute (usually text)
2002
2016
Path to .json: modules/data/generic_pdf.components.json
2003
2017
```
2004
2018
```
2019
+ Selector Name: pdf-text-layer
2020
+ Selector Data: "textLayer"
2021
+ Description: first instance of a text span.
2022
+ Location: any element that supports the attribute (usually text)
2023
+ Path to .json: modules/data/generic_pdf.components.json
2024
+ ```
2025
+ ```
2005
2026
Selector Name: html-body
2006
2027
Selector Data: "html"
2007
2028
Description: The html tag of the pdf
0 commit comments