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 2ad8bec commit 4a8cfecCopy full SHA for 4a8cfec
modules/browser_object_autofill_popup.py
@@ -50,8 +50,8 @@ def ensure_autofill_dropdown_visible(self):
50
51
@BasePage.context_chrome
52
def hover_over_autofill_panel(self):
53
- self.element_visible("select-form-option")
54
- self.hover("select-form-option")
+ self.element_clickable("pop-up-component-box")
+ self.hover("pop-up-component-box")
55
return self
56
57
# Interaction with popup elements
0 commit comments