Solved
Forum Discussion
- prasad_kumar_sContributor
Hi you can use cickItem method to select any value from the dropdown.
object.clickItem("A") or you can use index instead of value.
- vgangavarapu198Occasional Contributor
Thank you. It works now.
I have 3 values A,B and C in one of the dropdown. I need to select one each time to create a record in web application.
Ex: TextBox1:
TextBox 2:
Dropdown: A or B or C
Save Button
Note: I am new to TestComplete and am larning ...Thank you.
Hi you can use cickItem method to select any value from the dropdown.
object.clickItem("A") or you can use index instead of value.
Hi you can use cickItem method to select any value from the dropdown.
object.clickItem("A") or you can use index instead of value.
Thank you. It works now.