Forum Discussion
Hi,
What property you want to use?
If you have the list item name then, you can use ClickItem(inputVal) to select that particular value from Dropdown list.
- rresmi9 years agoOccasional Contributor
Not the item value. If you have seen the screenshot I have attached, the dropdown has a node ID , Name and IP address displayed together as the value.
I want to select the item based on IP address only. I will passing the IP as a parameter and the correct item should be selected
- rresmi9 years agoOccasional Contributor
Currently I am selecting each item in the list, one by one, check if it's IP address property is same as the parameter value, if not continue to next value, like that... But it takes more time, if the desired value happens to be in the bottom of the dropdown list
- shankar_r9 years agoCommunity Hero
Hi,
If that is the case, you can use like below,
ClickItem("*192.12.124.1*")