Forum Discussion

MehwishDaud's avatar
MehwishDaud
New Contributor
2 years ago
Solved

Testcomplete Dropdown Selection

My code is able to select any index value from the dropdown except for the first value that contains empty

 

obj.ClickItem( text )

Here I am passing "" as text for the selection of empty value of dropdown down which is on 0 index of dropdown

I even tried passing the index 0 directly to ClickItem

For all the other element of dropdown the clickItem is working Fine with index or string