chris_hunter4
12 years agoNew Contributor
Select item from drop-down in specified table row
I have an HTML table that contains drop-down lists in one of the columns. I want to select an item from the drop-down list on a specific row (the row is identified by the text contained in a different column). Because this is a table the amount of data in it can change and so the drop-down may change position and so a fixed name mapping to the drop-down is not an option.
I have code for clicking in a specified cell of a given table row but clicking is not enough in this case, I need to select a specific item. Is there any way of doing this?
I have code for clicking in a specified cell of a given table row but clicking is not enough in this case, I need to select a specific item. Is there any way of doing this?