Contact usRequest a demo

Problem

I want to prevent a specific part of the web page from being visible to the agent during a co-browsing session.

Solution

In order to do that you can use the custom HTML attribute below in the HTML element that you want to hide:

x-unblu-skip-element="true"

Example code

<button type="button" class="myButton" x-unblu-skip-element="true">Click me</button>