Dropdown List element selection using Data file

Hi everyone,

I have trouble writing a test case which would be able to select an element of a dropdown list based on a value present in a excel data file.

As this list doesn’t contain < select > element but only “ul” and “li”, the command “select option by…” doesn’t seem to work. !

Can someone help me with that ?

list

I have done this using

WebUI.click(findTestObject(‘path to your object’))

Hello @florentdechambre

You can look below link , please.