Cannot pull activeBrowserNode from qMRMLSequenceBrowserToolBar in Python

Hello,
I have a Python program where I want to get the active browser node of a qMRMLSequenceBrowserToolBar. However this variable is inaccessible from Python. Any ideas on how to get this variable?

image
https://apidocs.slicer.org/master/qMRMLSequenceBrowserToolBar_8h_source.html

Good catch. This method was not marked for Python wrapping. I’ve added it now, so the method will be available in Python from tomorrow in the Slicer Preview Release.

Until then, you can get the active browser node by connecting to function to the activeBrowserNodeChanged(vtkMRMLNode* activeBrowserNode) signal.