Click
A click action triggers an action when a user presses or taps on a specific element, allowing for interactions like opening links or submitting forms.
Hover
Hover actions simulate moving the mouse cursor over specific elements on the page.
Scroll
The scroll action allows users to smoothly navigate through content by moving vertically or horizontally on a webpage
Select
The select action enables users to choose an option from a dropdown menu or a list, facilitating user input and preferences.
Wait
A wait function pauses the execution of a script or action for a specified duration, allowing for synchronization or delays in processing within an application.
Type
The type action simulates keyboard input by entering text into a specified field or area on a webpage, allowing for easy data entry and interaction.
Upload
The upload action allows users to transfer files from their device to a server or application