Click on any element on the page

A Click on Any Element on the Page event allows you to trigger specific actions when a user clicks on designated elements within your webpage. This event can be used for various purposes, such as navigation, showing or hiding dynamic content, submitting data, or performing interactive UI updates. It provides flexibility to define custom behaviors based on user interactions with specific page elements.

Properties and Explanation

1

Element Id

This property allows you to specify which elements (identified by their unique IDs) will trigger the defined action when clicked. You can select one or multiple elements from a dropdown list containing all available element IDs on the page. This enables multiple elements to perform the same functionality if desired.

Full Configuration Example

A screenshot is attached showing the configured “Click on Any Element on the Page” event.

This screenshot displays the full configuration of the 'Click on Any Element on the Page' event, including all relevant properties defined on the page.

In this example, the element with ID such as logoutButton is configured to trigger user logout action, effectively signing them out of the application or website.

Last updated