Capturing keystrokes
By default all text entered into input elements is masked and you wont be able to see the text the user has typed during the playback. If you wish to enable the capture of keystrokes on some form fields which are not sensitive you can do so by adding the following html attribute data-srec-nomask
to the input field.
For example if you want to see the text entered into a search box on your site then the input field should look like
<input type="text" id="search" data-srec-nomask />
Note that adding the data-srec-nomask
attribute to password fields will have no effect as those fields wont be captured.
If you need any help please don't hesitate to contact hello@uxlens.com.