I want to prevent a specific part of the web page from being visible to the agent during a co-browsing session.
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"
<button type="button" class="myButton" x-unblu-skip-element="true">Click me</button>