zaproxy / zest

Mozilla Public License 2.0
101 stars 40 forks source link

Adding new feature to select HTML drop down list options #230

Open rubyman opened 2 years ago

rubyman commented 2 years ago

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?

psiinon commented 2 years ago

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.