>>> seems it does what I'm trying to do (starting/stopping scripts), but
>>> since I don't have full knowloedge about ZAP APIs I don't fully understand
>>> what's happening.
>>> Seems the two approaches are different, plus I don't know which might be
>>> the right implementation. Can you help me?
>>>
>>>
>>> Thanks in advance and have a nice day!
>>>
>>> Il giorno giovedì 19 ottobre 2023 alle 14:58:16 UTC+2 psiinon ha scritto:
>>>
>>>> Hiya,
>>>>
>>>>
https://www.zaproxy.org/docs/developer/ is pretty much everything we've
>>>> got, along with the source code of course ;)
>>>>
>>>> But feel free to ask specific questions here - thats what this group is
>>>> for!
>>>>
>>>> Cheers,
>>>>
>>>> Simon
>>>>
>>>> On Thursday, 19 October 2023 at 13:31:18 UTC+1 ZAP Developer Group wrote:
>>>>
>>>>> Hi,
>>>>> my team and I are developing a simple add-on which add a single button
>>>>> to the UI. By clicking on it, a script we created can be enabled/disabled.
>>>>> The only thing we were able to find to achieve our goal was this link
>>>>> which kinda helped us to add the button to the UI. On the contrary, trying
>>>>> to manage our script from our add-on ended up being extremely difficult.
>>>>> We started looking for some sort of guide, both online and inside the