Skip to content

how iterate through the binaryninja open tabs? #2929

Answered by psifertex
hanssl asked this question in API
Discussion options

You must be logged in to vote

Yes, this is a result of the UI refactor that changed how the window hierarchy works. Something like this worked for me:

for tab in UIContext.activeContext().getTabs():
  if tab.getTabName() == "ls":
    UIContext.activeContext().activateTab(tab)

Replies: 1 comment 3 replies

Comment options

You must be logged in to vote
3 replies
@hanssl
Comment options

@psifertex
Comment options

@hanssl
Comment options

Answer selected by psifertex
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
2 participants