askui.hashnode.devAutomating WebGL-/Canvas-based WebsiteWebGL-based websites are becoming increasingly popular among web developers looking to create immersive and interactive user experiences. By drawing graphics and animations directly on the canvas, they offer developers a high degree of creative contr...Apr 18, 2023路4 min read
askui.hashnode.devHow to Do Assertions in askuiReal 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 UI into your tool and use it later, for assertions for example 馃敡. We will show two ways to use askui f...Apr 13, 2023路5 min read
askui.hashnode.devHow askui WorksOverview In this article, we will give a detailed overview of askui's architecture and how it works under the hood. askui is built on top of a number of components. We will cover what these components are and how they work together to provide a flex...Apr 13, 2023路5 min read
askui.hashnode.devTry askui in Your Browser With Gitpodaskui controls your operating system (OS) through mouse movement, mouseclicks, keypresses and screencapture. Thus it can be a pain to install it on your local machine. Not everything might work out of the box or there are simply permissions missing (...Feb 20, 2023路4 min read
askui.hashnode.devCustom Elements in askuiOverview 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 standard selectors provided such as Button, Textfield, etc. With this feature, you can define a ...Feb 13, 2023路9 min read