AAAutomation Advocatesinaskui.hashnode.dev路Apr 18, 2023 路 4 min readAutomating 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...00
AAAutomation Advocatesinaskui.hashnode.dev路Apr 13, 2023 路 5 min readHow 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...00
AAAutomation Advocatesinaskui.hashnode.dev路Apr 13, 2023 路 5 min readHow 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...00
AAAutomation Advocatesinaskui.hashnode.dev路Feb 20, 2023 路 4 min readTry 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 (...01
AAAutomation Advocatesinaskui.hashnode.dev路Feb 13, 2023 路 9 min readCustom 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 ...00