User Actions
You can search your sessions based on user actions like "visited URL", "time spent", "landing page", "exit page" and many more.

Search your session based on different user actions
You can search by the visited URL or URL pattern that a user has visited. For searching by URL/URL pattern, you need to enter the path (i.e.) anything after your domain. So, for example, in the case of https://browsee.io/login, you just need to enter "/login" in the search box as shown below:
.gif?alt=media&token=1c491101-a032-42d9-a0b6-c7026897c807)
Search for exact URL match
For searching by URL pattern, you can change the dropdown to "Contains" instead of equals and you can look for any pattern like "session" or "product" etc as shown below:

Search for a URL pattern








You can search your sessions by Element ID (commonly used in HTML, CSS elements).
<button type="button" id="submit">Sign Up</button>
If you will just look at the button here, the ID of the button is "submit". You can simply search by this ID in your sessions as shown below:

Search by Element ID
You can search your sessions by simply searching based on the text of the clicked element.
<button type="button" id="submit">Sign Up</button>
If you will just look at the button here, the text of the button is "Sign Up". You can simply search by this text in your sessions as shown below:

Search by Clicked Element Text
You can search your sessions by simply searching based on the name of the edited form field.
<input type="text" placeholder="Email" name="email">
If you will just look at the input field here, the name of the field is "email". You can simply search by this text ("email") in your sessions as shown below:

Search by Edited Form Field
Last modified 1mo ago