Inspectlet automatically registers when a button or link is clicked on your website. With this feature, you can search for session recordings using the text of the buttons or links clicked. To customize this further, we've added an attribute that allows Inspectlet to pick up on elements such as images, icons, etc.
To get started, simply add the following attribute to an element
insp-label="sample image"
where "sample image" is the text you would use to search for session recordings.
Example:
<img src="sampleimage.png" insp-label="Sample Image">