I'm trying to automate click with Selenium IDE. I was trying to figure out if I can use the "Select" command, but it didn't work.
I would like to click on the value on the dropdown that I put in my CSV file. Like I want a specific value of the dropdown for each line of my CS.
Here's the code.
Katalon [WebUI] Select is meant only to select default html select component. Yours is custom select box.
You need to select that exactly same way as you do manually like
Based on your html, your Katalon script will be like this,