Have you ever needed to run your AskUI Workflows in parallel on multiple devices to speed up the execution?
In this guide, we will walk you through the steps that you need for running an AskUI self-hosted runner on your local Windows machine. The AskUI s....
This guide is designed to assist you to leverage our web-based automation environment, AskUI Studio. In particular, we will be focusing on generat....
In this part of the guide, we will use AskUI Studio to send an email with a PDF file attached. We will start with the condition where we already ha...
Working in What-You-See-Is-What-You-Get editors (WYSIWYG) can be very tiring and also taxing on your wrists. Things like highlighting the same thi....
Custom Element Selection is a feature in askui that enables you to create custom selectors for elements on the screen, instead of relying on the s....
When using jest as the framework for your test, it's often desired to have a report that summarises the run result neatly. Although jest comes wit....
askui is a platform-independent, selector-free UI automation framework. Instead of controlling elements via selectors such as XPath or CSS selecto....
Real interactivity is what characterizes what an end-user is doing on a User Interface (UI). This is why it is important to extract data from your....
Debugging UI-Automations can be a real pain especially when you run them inside a Pipeline with no chance to observe what is actually happening during
When you develop UI-Automations you often run into the problem that they fail inexplicably 😥. This leads to frustration and oftentimes stops the ....