We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a54db00 commit 7e981e2Copy full SHA for 7e981e2
modules/browser_object_autofill_popup.py
@@ -106,7 +106,7 @@ def select_nth_element(self, index: int):
106
Arguments:
107
index (int): The index of the element to retrieve (1-based)
108
"""
109
- self.element_clickable("select-form-option-by-index", labels=[str(index)])
+ self.element_clickable("pop-up-component-box")
110
self.click_on("select-form-option-by-index", labels=[str(index)])
111
112
@BasePage.context_chrome
modules/data/autofill_popup.components.json
@@ -73,7 +73,7 @@
73
]
74
},
75
"select-form-option-by-index": {
76
- "selectorData": ".autocomplete-richlistitem .autocomplete-richlistitem:nth-child({index})",
+ "selectorData": "richlistitem:nth-child({index})",
77
"strategy": "css",
78
"groups": [
79
"doNotCache"
0 commit comments