Skip to content

hanadi92/demobrowser

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

The Mousetracker Browser

The Mousetracker Browser is an extended version of the Qt example using the QWebEngine.

Introduction

The added tweaks on this browser make it capable of tracking user cursor movements in sessions and produce screenshots with detailed mouse trails of the traced web pages. The screenshots are captured of the whole web page on session ending i.e. when the user closes the tab or on successful navigation requests i.e. when the user clicks through hyperlinks or on request by hitting the save image button in the address bar (old floppy disk).

Features

The Mousetracker Browser offers:

  • An adaption for capturing the fixed elements on scrollable pages with their mouse recordings on a screenshot.
  • A full screenshot of the web page that is viewed by the user with their mouse interactions.
  • The ability to analyze the users' mouse moves on the web page.

Motivation

How to set and run the tweaked demobrowser source code: