Forum Discussion
AlexeyKryuchkov
Alumni
14 years agoHi Samuel,
We'll work to fix the issue in the future version of TestComplete. As for now, try setting two property values for the combo box object before clicking the needed item:
We'll work to fix the issue in the future version of TestComplete. As for now, try setting two property values for the combo box object before clicking the needed item:
...
select.style.setProperty("background-color", "white", null);
select.style.setProperty("color", "black", null);
select.ClickItem("Français (French)");
...