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 5f0b662 commit 53efb6dCopy full SHA for 53efb6d
modules/browser_object_panel_ui.py
@@ -167,7 +167,7 @@ def open_history_menu(self) -> BasePage:
167
def open_clear_history_dialog(self) -> BasePage:
168
"""Opens the clear history dialog and switches to iframe context"""
169
170
- self.click_on("clear-recent-history")
+ self.get_element("clear-recent-history").click()
171
172
self.element_visible("iframe")
173
iframe = self.get_element("iframe")
0 commit comments