Selecting specific drop-down option from Data file

Hi all,

New Katalon user here.

I have set up some variable binding on a test case which has been used to enter text etc. But when it comes to selecting a specific address from a drop-down, I can’t get the hang of it.

I’d prefer to keep this in manual rather than scripting as other colleagues will need to be able to understand it but if this is only possible with scripting then so be it

Hi Darren

99% of the time, issues surrounding dropdowns occur when the test script tries to access the dropdown as though it were an HTML SELECT element… but, the actual element, as defined in the HTML, is not a select element. (Perhaps it’s a UL/LI construct, or a bunch of SPANs).

Post here a snippet of the HTML so we can establish correctly what you’re dealing with.