Forum Discussion

QT_David's avatar
QT_David
Occasional Contributor
13 years ago

Click disabled item without warning

Hi,



In scripted test is it possible to click an disabled item on the web page without getting the warning: "The action may be performed incorrectly, because the control is disabled."?



BR, David

(TC version 9.0.1312.7)

2 Replies

  • Hi David,


    Could you please clarify what web control you are testing and why you need click it when it is disabled?


    In general, you can prevent this warning (or any) from posting to the test log, if you handle the OnLogWarning event and set the Locked property of the event's LogParams parameter to True.