Skip to content

Commit 3bbff8a

Browse files
committed
Change selector to class strategy
1 parent b3e3fff commit 3bbff8a

File tree

2 files changed

+3
-6
lines changed

2 files changed

+3
-6
lines changed

SELECTOR_INFO.md

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2965,11 +2965,8 @@ Location: Autoplay doorhanger
29652965
Path to .json: modules/data/navigation.components.json
29662966
```
29672967
```
2968-
Selector Name: autoplay-permission
2969-
Selector Data: blocked-permissions-container
2970-
Description: Autoplay permission
29712968
Selector Name: checkbox-remember-this-decision
2972-
Selector Data: "label.checkbox-label[flex='1']"
2969+
Selector Data: "popup-notification-checkbox"
29732970
Description: Remember this decision checkbox
29742971
Location: Geolocation prompt container in Address bar
29752972
Path to .json: modules/data/navigation.components.json

modules/data/navigation.components.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -433,8 +433,8 @@
433433
},
434434

435435
"checkbox-remember-this-decision": {
436-
"selectorData": "label.checkbox-label[flex='1']",
437-
"strategy": "css",
436+
"selectorData": "popup-notification-checkbox",
437+
"strategy": "class",
438438
"groups": []
439439
},
440440

0 commit comments

Comments
 (0)