juliocesar_nec
7 years agoNew Contributor
Alert message
In the test that I am running, I do not know why but it is presenting this message:
"The action may be performed incorrectly, because the control is not visible. "
This message is caused by the execution of a click on the system being tested, being that same click in the same position exists in other script and is running normally, however in a specific script is presenting this warning. Does anyone know what it is and how to solve it?
At the time the script execution is attempted, the control is not visible. This is typically a timing issue where the execution of the automation is running faster than the application. You should probably increase your auto-wait timeouot on the test step in question.