Skip to content

Commit 53efb6d

Browse files
committed
Revert partially to the initial approach
1 parent 5f0b662 commit 53efb6d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

modules/browser_object_panel_ui.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -167,7 +167,7 @@ def open_history_menu(self) -> BasePage:
167167
def open_clear_history_dialog(self) -> BasePage:
168168
"""Opens the clear history dialog and switches to iframe context"""
169169

170-
self.click_on("clear-recent-history")
170+
self.get_element("clear-recent-history").click()
171171

172172
self.element_visible("iframe")
173173
iframe = self.get_element("iframe")

0 commit comments

Comments
 (0)