Limitations
While msg.ZenTestAI works great with 95% of all pages on the internet, there are a few restrictions that you should be aware of.
- Browser-Prompts: The three Browser-Prompt types "Alert, Confirm and Prompt (ask for value)" can currently not be controlled with msg.ZenTestAI. Any interaction with these prompts will fail. Prompts which popup will by default and not changeable be automatically confirmed. You can assert that a browser prompt opened, but not actively interact with them.
- Very big pages: msg.ZenTestAI is based on AI agents which have a limited context window. As one of the inputs of the agents is the DOM Tree (HTML) the HTML tree shouldn't be bigger than 128k tokens (similar to words - Note: The maximum token context depends on the model used). You can work around this limitation using Application Settings --> HTML to exclude not relevant part of the HTML dom tree, or Application Settings --> Sections, to maintain subsets of the application. While both is possible, the need for it is a hint, that the application is too big for current AI technology.
tip
For very big pages you can utilize the sections functionality to enable or speed up testing. See Sections for more details.