Squish does not record onmouseover/onmouseout activities, which causes replay to fail because the objects being shown, because the mouse does not hover over the area or object in the web page.
Solution #1: Record mouse click instead, and consider mouseMove()¶
One workaround to this can be to record a mouse click on the respective area/object, as this will usually trigger onmouseover/onmouseout events.
Most of the time it is then also possible to change the recorded mouseClick()/clickLink(), etc. command to the mouseMove() command, so that the mouse gets moved over the desired object to trigger the onmouseover action.
We would like to use Google Analytics to get a better understanding of how
you use the website.
By agreeing to this, your usage data will be stored in the USA and processed
by Google LLC. Both Google as well as federal US agencies can access this data
and combine it with any other data about you, such as your search history,
personal accounts or any other data known to Google.