I came across an application that required me to select an option from the drop-down list to submit the form. I was unable to select an option in the list with the existing features in ZAP's Zest Scripting GUI. (Zest Client) I'm not sure if there is any feature to handle this case?
It looks like theres a 'Select' class in Selenium which I dont think we use.
We'll need to either add a new Zest Statement or add an option which allows the user to specify that this is a drop-down list.
I came across an application that required me to select an option from the drop-down list to submit the form. I was unable to select an option in the list with the existing features in ZAP's Zest Scripting GUI. (Zest Client) I'm not sure if there is any feature to handle this case?