I have created wizard with target new.
<field name="target">new</field>
In wizard python code, I have wizard_action_send() that is triggered after clicking wizard confirm button is clicked.
How can I programmatically call wizard_action_send() when wizard is opened, without clicking wizard confirm button?
if this wizard is being open on click of any button then you can trigger that method from the same method along with returning of wizard action.