-
-
Notifications
You must be signed in to change notification settings - Fork 1.4k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
There is an error when moving to the next page #209
Comments
Close due to un-reproducible. Feel free to reopen if the problem still happens. |
@Yuyz0112 I have the same problem when I replay the interactions in the eBay website. I attach the events that I'm trying to replay. events_ebay.zip It's an error that use to happen in other websites also, especially in the highly dynamic ones. I use the recorder as a web-extension, starting the capture whenever each page is loaded. |
@juancruzgardey Looks like you are using the chrome extension to record across multiple pages, but the DOM map are not reset correctly. Could you share your record code for debugging? |
@Yuyz0112 sorry for the delay. I attach a zip that contains the web-extension. Thanks! |
An error appears while playing back actions in the player.
When the visitor moves to the next page, the player stops, and an error appears in the console.
Error in console:
Uncaught TypeError: t.setAttribute is not a function
Events are sent to the server for storage every second.
The text was updated successfully, but these errors were encountered: