File tree Expand file tree Collapse file tree 6 files changed +77
-1
lines changed Expand file tree Collapse file tree 6 files changed +77
-1
lines changed Original file line number Diff line number Diff line change
1
+ {
2
+ "url" : " http://127.0.0.1:8080/ceneo_ad.html" ,
3
+ "field_mapping" : {
4
+ "given_name" :" f8f9891d-12cd-420c-985d-70f2d8c8ec1a" ,
5
+ "family_name" :" 0cb0083f-7c52-47e6-96c5-7d79b930833a" ,
6
+ "street_address" :" 0508d7ab-83f5-452d-82a3-8cc66f3bff6f" ,
7
+ "postal_code" :" f4e53ce9-7da5-4a81-84ba-48949869f01a" ,
8
+ "address_level_2" : " 15265be2-76bd-490b-91ab-3cb621c6f7bb" ,
9
+ "telephone" : " bf4ce736-117f-4480-a74a-d1c7ddd1248c" ,
10
+ "email" :" 4e7ff8fc-f441-426a-98f4-886071d7b782"
11
+ },
12
+ "form_field" : " *[data-moz-autofill-inspect-id='{name}']" ,
13
+ "fields" : [
14
+ " 4e7ff8fc-f441-426a-98f4-886071d7b782" ,
15
+ " f8f9891d-12cd-420c-985d-70f2d8c8ec1a" ,
16
+ " 0cb0083f-7c52-47e6-96c5-7d79b930833a" ,
17
+ " 0508d7ab-83f5-452d-82a3-8cc66f3bff6f" ,
18
+ " f4e53ce9-7da5-4a81-84ba-48949869f01a" ,
19
+ " 15265be2-76bd-490b-91ab-3cb621c6f7bb" ,
20
+ " bf4ce736-117f-4480-a74a-d1c7ddd1248c" ,
21
+ " 4e7ff8fc-f441-426a-98f4-886071d7b782"
22
+ ]
23
+ }
Original file line number Diff line number Diff line change
1
+ {
2
+ "url" : " http://127.0.0.1:8080/newegg_cc.html" ,
3
+ "field_mapping" : {
4
+ "card_number" : " 11111111-aaaa-bbbb-cccc-000000000000" ,
5
+ "expiration_date" : " 22222222-bbbb-cccc-dddd-111111111111" ,
6
+ "cvv" : " 33333333-cccc-dddd-eeee-222222222222"
7
+ },
8
+
9
+ "form_field" : " *[data-moz-autofill-inspect-id='{name}']" ,
10
+ "skip" : " True" ,
11
+ "fields" : [
12
+ " 11111111-aaaa-bbbb-cccc-000000000000" ,
13
+ " 22222222-bbbb-cccc-dddd-111111111111" ,
14
+ " 33333333-cccc-dddd-eeee-222222222222"
15
+ ]
16
+ }
Original file line number Diff line number Diff line change 3
3
"sites" : [
4
4
" demo" ,
5
5
" zalando" ,
6
- " duka"
6
+ " duka" ,
7
+ " ceneo"
7
8
],
8
9
"tests" : [
9
10
]
Original file line number Diff line number Diff line change 49
49
"tiffany" ,
50
50
"assos" ,
51
51
"duka" ,
52
+ "ceneo" ,
52
53
}
53
54
54
55
loaded_valid_sites = valid_l10n_mappings ().keys ()
Load Diff Large diffs are not rendered by default.
Original file line number Diff line number Diff line change
1
+ <!DOCTYPE html>
2
+ < html lang ="en ">
3
+ < head >
4
+ < meta charset ="UTF-8 ">
5
+ < title > Title</ title >
6
+ </ head >
7
+ < body >
8
+
9
+ </ body >
10
+ </ html >
You can’t perform that action at this time.
0 commit comments