How to set proxy node for a sequence node and save

I want to handle setting a proxy node for a sequence node and save it through python how can I do this Kindly help me out

I added a sequence through python which is getting listed in the sequences module

I want to access a combo box which is present in the sequence module widget through python Kindly help me out

Hello @maniron ,

you can access sequence module any widget by using getModuleWidget in python console
Here’s example:
slicer.util.getModuleWidget(“Sequences”).findChild(“ctkComboBox”,“ComboBox_IndexType”)

Hi @ssv thanks for replying it was useful but now I want to access the proxy node combo box, do you have any suggestion for that

There is no need to access module GUI widgets. You can set up a proxy node by calling AddProxyNode method of the sequence browser node.