Actionability
msg.ZenTestAI will only perform actions on elements if they are actionable. This means that:
- The element must be visible
- The element must be stable (i.E. not moving / ongoing animations / ...)
- The element must be enabled
- The element must not be overlapped by another element
In case one of these conditions is not met, msg.ZenTestAI will not perform any actions on the element and will fail the test. This is to ensure that the test results are reliable and reproducible.
You can overwrite this setting per test-step by actively describing that you want to force the action. Example: Instead of writing "click on the button save", write "force click on the button save". This will tell msg.ZenTestAI to perform the action even if the element is not actionable.
You can deactivate Actionability checks in the application-settings of the page. This is not recommended as it will lead to unreliable test results.