Elena_1
13 years agoOccasional Contributor
The action may be performed incorrectly, because the control is not visible.
My test environment:
Win 7, IE 9, TestComplete 9 Trial
The button was found by name, but when I try to click on it, I got the message in TestComplete log:
"The action may be performed incorrectly, because the control is not visible".
Object Browser shows that button's property visible = true in debuging.
Add row "obj.waitProperty("Visible", true,120000)" does not help
When I use my previous environment ( Win XP, IE 6, TestComplete 7) I have no problem with this button. Why?
And the last string in TestComplete log: "Exception: The object invoked has disconnected from its clients"
Win 7, IE 9, TestComplete 9 Trial
The button was found by name, but when I try to click on it, I got the message in TestComplete log:
"The action may be performed incorrectly, because the control is not visible".
Object Browser shows that button's property visible = true in debuging.
Add row "obj.waitProperty("Visible", true,120000)" does not help
When I use my previous environment ( Win XP, IE 6, TestComplete 7) I have no problem with this button. Why?
And the last string in TestComplete log: "Exception: The object invoked has disconnected from its clients"