Forum Discussion
- Marsha_RModerator
What does that dropdown look like in Object Spy? Show us the fields please.
- JDR2500Frequent Contributor
If your combo box is not supported, you might be able to get all the items in the list by first dropping down the combo box then using FindAllChildren to get the items in the list. You would need to find them using a property like "MenuItem" that matches their type. Once you got them back in an array you could verify what you got, or get the index of the items and then use it to click them. To click them you would likely need to dropdown the menu again.
Here is a link to the help topic on FindAllChildren: FindAllChildren Method | TestComplete Documentation (smartbear.com)
- rraghvaniChampion Level 3
Refer to https://support.smartbear.com/testcomplete/docs/general-info/supported-technologies/index.html - the technology used in your web app, is it supported by TestComplete? And what technology is being used?
- MW_DidataRegular Contributor
Since none of the text properties are working you could always brute force it by clicking the textfield, CTRL + A to select all, CTRL + C.
now the text is stored in your clipboard and you can write that to a variable
Related Content
- 2 months ago
- 2 years ago
- 5 years ago
Recent Discussions
- 18 minutes ago
- 2 days ago