Forum Discussion
tristaanogre
14 years agoEsteemed Contributor
Use the object spy in TestComplete to find out the available properties and methods on your check box (see http://smartbear.com/support/viewarticle/11926/)
The message that you are seeing is due to TestComplete waiting for the check box state to be recognized but, because of the page refresh, TestComplete has lost its "handle" to the check box. If you use the Checked or SetChecked properties, if they are available, you should no longer experience this problem.
The message that you are seeing is due to TestComplete waiting for the check box state to be recognized but, because of the page refresh, TestComplete has lost its "handle" to the check box. If you use the Checked or SetChecked properties, if they are available, you should no longer experience this problem.