baxatob
10 years agoCommunity Hero
TC11 do not recognize a combobox
I have a web page with the combobox.
TestComplete can't recognize it as an element. It only can see the parent object: Cell(0, 1)
In Object Browser this element is presented this way:
Cell(0, 1)
|_Textbox("Name")
|_TextNode(0)
|_TextNode(1)
|_TextNode(2)
All combobox options are presented in above mentioned TextNodes.
These nodes have a Click method, but it does not work. If I use this Click, I receive a positive log (action was performed successfully), but nothing changed on the screen.
Do you have any ideas how to solve this?
Thank you!
TestComplete can't recognize it as an element. It only can see the parent object: Cell(0, 1)
In Object Browser this element is presented this way:
Cell(0, 1)
|_Textbox("Name")
|_TextNode(0)
|_TextNode(1)
|_TextNode(2)
All combobox options are presented in above mentioned TextNodes.
These nodes have a Click method, but it does not work. If I use this Click, I receive a positive log (action was performed successfully), but nothing changed on the screen.
Do you have any ideas how to solve this?
Thank you!