Sometimes, it's useful to be able to view session replays of specific events. For example, you might want to investigate sessions where the user added an item to their cart but did not complete checkout within 24 hours.
Session search enables you to search through user interactions. You can search for instances of specific elements on your website being clicked, rageclicked, or typed into.
To search go to [MDX CODE] and add a filter for the interactions that you're looking for. Select the interaction type, and then enter the CSS selector of the element you want to see users interact with. You can then add additional interactions (or lack of them) within a specified period of time after the previous one. The list of sessions will update to show just those that match your filters.
Finding a CSS selector
If you don't know the CSS selector of a specific button, you can right click on it in your browser, and click Inspect. Then right-click on the element in the inspector view, and select Copy > Selector.