Forum Discussion
rresmi
9 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
rresmi
9 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*")