hoadoan
14 years agoContributor
can't select item in combo box
Hi all,
I recorded a script in which I selected a combo box and it's used by Testcomplete 6. The problem is that when the script is playback, the item isn't selected on web page
The playback work fine to second combo box.
Please help me!!!
w2["Cell"](2, 1)["Select"]("cboMarket")["ClickItem"]("511"); //-->it's doesn't work
w2["Cell"](3, 1)["Select"]("cboOwner")["ClickItem"]("Z Network");//-->it work fine
Thanks,
Hoa
I recorded a script in which I selected a combo box and it's used by Testcomplete 6. The problem is that when the script is playback, the item isn't selected on web page
The playback work fine to second combo box.
Please help me!!!
w2["Cell"](2, 1)["Select"]("cboMarket")["ClickItem"]("511"); //-->it's doesn't work
w2["Cell"](3, 1)["Select"]("cboOwner")["ClickItem"]("Z Network");//-->it work fine
Thanks,
Hoa