With the latest version of the Desktop App, you can now use the AI Snippet Generator to create snippets for mobile tests!
Many snippets for mobile tests utilize the Appium framework to control the device and use mobile-specific ways to find and interact with elements. With this enhancement, you can use generative AI to create snippets that handle edge cases specific to your mobile app.
For example, the prompt "Tap on new account form menu" produces a snippet that accesses the Appium driver, finds an element, and taps on it awaiting asynchronous operations where needed.
For more general information on creating snippets, see the articles on the Snippet Editor and working with snippets.