@@ -1196,6 +1196,69 @@ Description: "Submit" button
1196
1196
Location: At the bottom of the autofill address demo page - https://mozilla.github.io/form-fill-examples/basic.html
1197
1197
Path to .json: modules/data/address_fill.components.json
1198
1198
```
1199
+ ```
1200
+ Selector Name: name-field
1201
+ Selector Data: "input[autocomplete=name]"
1202
+ Description: Name field
1203
+ Location: Name field on autofill address demo page - https://mozilla.github.io/form-fill-examples/basic.html
1204
+ Path to .json: modules/data/address_fill.components.json
1205
+ ```
1206
+ ```
1207
+ Selector Name: org-field
1208
+ Selector Data: "input[autocomplete=organization]"
1209
+ Description: Organization field
1210
+ Location: Organization field on autofill address demo page - https://mozilla.github.io/form-fill-examples/basic.html
1211
+ Path to .json: modules/data/address_fill.components.json
1212
+ ```
1213
+ ```
1214
+ Selector Name: street-field
1215
+ Selector Data: "input[autocomplete=street-address]"
1216
+ Description: Street field
1217
+ Location: Street field on autofill address demo page - https://mozilla.github.io/form-fill-examples/basic.html
1218
+ Path to .json: modules/data/address_fill.components.json
1219
+ ```
1220
+ ```
1221
+ Selector Name: add-level2-field
1222
+ Selector Data: "input[autocomplete=address-level2]"
1223
+ Description: Address level 2 field
1224
+ Location: Address level 2 field on autofill address demo page - https://mozilla.github.io/form-fill-examples/basic.html
1225
+ Path to .json: modules/data/address_fill.components.json
1226
+ ```
1227
+ ```
1228
+ Selector Name: add-level1-field
1229
+ Selector Data: "input[autocomplete=address-level1]"
1230
+ Description: Address level 1 field
1231
+ Location: Address level 1 field on autofill address demo page - https://mozilla.github.io/form-fill-examples/basic.html
1232
+ Path to .json: modules/data/address_fill.components.json
1233
+ ```
1234
+ ```
1235
+ Selector Name: zip-field
1236
+ Selector Data: "input[autocomplete=postal-code]"
1237
+ Description: Zip field
1238
+ Location: Zip field on autofill address demo page - https://mozilla.github.io/form-fill-examples/basic.html
1239
+ Path to .json: modules/data/address_fill.components.json
1240
+ ```
1241
+ ```
1242
+ Selector Name: country-field
1243
+ Selector Data: "input[autocomplete=country]"
1244
+ Description: Country field
1245
+ Location: Country field on autofill address demo page - https://mozilla.github.io/form-fill-examples/basic.html
1246
+ Path to .json: modules/data/address_fill.components.json
1247
+ ```
1248
+ ```
1249
+ Selector Name: email-field
1250
+ Selector Data: "input[autocomplete=email]"
1251
+ Description: Email field
1252
+ Location: Email field on autofill address demo page - https://mozilla.github.io/form-fill-examples/basic.html
1253
+ Path to .json: modules/data/address_fill.components.json
1254
+ ```
1255
+ ```
1256
+ Selector Name: phone-field
1257
+ Selector Data: "input[autocomplete=tel]"
1258
+ Description: Phone field
1259
+ Location: Phone field on autofill address demo page - https://mozilla.github.io/form-fill-examples/basic.html
1260
+ Path to .json: modules/data/address_fill.components.json
1261
+ ```
1199
1262
#### amo_languages
1200
1263
```
1201
1264
Selector Name: language-addons-title
@@ -1368,6 +1431,20 @@ Location: Address bar
1368
1431
Path to .json: modules/data/autofill_popup.components.json
1369
1432
```
1370
1433
```
1434
+ Selector Name: address-doorhanger-email
1435
+ Selector Data: "div.address-save-update-row-container:nth-of-type(2) div p:first-of-type span"
1436
+ Description: Save address doorhanger email section
1437
+ Location: Address bar
1438
+ Path to .json: modules/data/autofill_popup.components.json
1439
+ ```
1440
+ ```
1441
+ Selector Name: address-doorhanger-phone
1442
+ Selector Data: "div.address-save-update-row-container:nth-of-type(2) div p:nth-of-type(2) span"
1443
+ Description: Save address doorhanger phone section
1444
+ Location: Address bar
1445
+ Path to .json: modules/data/autofill_popup.components.json
1446
+ ```
1447
+ ```
1371
1448
Selector Name: address-doorhanger-name
1372
1449
Selector Data: "div.address-save-update-row-container:nth-of-type(1) div p:first-of-type span"
1373
1450
Description: Save address doorhanger name section
@@ -1381,6 +1458,48 @@ Description: Save address doorhanger organization section
1381
1458
Location: Address bar
1382
1459
Path to .json: modules/data/autofill_popup.components.json
1383
1460
```
1461
+ ```
1462
+ Selector Name: address-doorhanger-street
1463
+ Selector Data: "div.address-save-update-row-container:nth-of-type(1) div p:nth-of-type(3) span"
1464
+ Description: Save address doorhanger street address section
1465
+ Location: Address bar
1466
+ Path to .json: modules/data/autofill_popup.components.json
1467
+ ```
1468
+ ```
1469
+ Selector Name: address-doorhanger-city
1470
+ Selector Data: "div.address-save-update-row-container:nth-of-type(1) div p:nth-of-type(4) span:nth-of-type(1)"
1471
+ Description: Save address doorhanger city section
1472
+ Location: Address bar
1473
+ Path to .json: modules/data/autofill_popup.components.json
1474
+ ```
1475
+ ```
1476
+ Selector Name: address-doorhanger-state
1477
+ Selector Data: "div.address-save-update-row-container:nth-of-type(1) div p:nth-of-type(4) span:nth-of-type(3)"
1478
+ Description: Save address doorhanger state section
1479
+ Location: Address bar
1480
+ Path to .json: modules/data/autofill_popup.components.json
1481
+ ```
1482
+ ```
1483
+ Selector Name: address-doorhanger-zip
1484
+ Selector Data: "div.address-save-update-row-container:nth-of-type(1) div p:nth-of-type(4) span:nth-of-type(5)"
1485
+ Description: Save address doorhanger zip section for US and CA
1486
+ Location: Address bar
1487
+ Path to .json: modules/data/autofill_popup.components.json
1488
+ ```
1489
+ ```
1490
+ Selector Name: address-doorhanger-zip-other
1491
+ Selector Data: "selectorData": "div.address-save-update-row-container:nth-of-type(1) div p:nth-of-type(4) span:nth-of-type(3)",
1492
+ Description: Save address doorhanger zip section for other regions
1493
+ Location: Address bar
1494
+ Path to .json: modules/data/autofill_popup.components.json
1495
+ ```
1496
+ ```
1497
+ Selector Name: address-doorhanger-country
1498
+ Selector Data: "div.address-save-update-row-container:nth-of-type(1) div p:nth-of-type(5) span"
1499
+ Description: Save address doorhanger country section
1500
+ Location: Address bar
1501
+ Path to .json: modules/data/autofill_popup.components.json
1502
+ ```
1384
1503
#### context_menu
1385
1504
```
1386
1505
Selector Name: context-menu-search-selected-text
0 commit comments