Drop unused winbox_frame backward-compat alias

Nothing in the tree uses it; it was added during the rename out of an
abundance of caution but there are no callers.
This commit is contained in:
Dannon Baker
2026-04-30 23:10:29 -05:00
committed by Ahmed Awan
parent 80a2ba3aeb
commit 9cb85979af
-3
View File
@@ -2335,9 +2335,6 @@ class NavigatesGalaxy(HasDriverProxy[WaitType]):
finally:
self.switch_to_default_content()
# backward compat alias
winbox_frame = scratchbook_frame
def window_manager_get_titles(self) -> list:
"""Return list of window titles from all open scratchbook windows."""
elements = self.components.window_manager.title.all()