Are there any tools/libraries (.Net/WPF) to measure and store UI navigation data for analysis?

后端 未结 5 544
一个人的身影
一个人的身影 2021-02-01 21:29

I want to measure and analyze user movements and gestures in the UI in order to refine the application user experience. I had imagined that feature-tracking libraries (like EQAT

5条回答
  •  天命终不由人
    2021-02-01 21:33

    I know Snoop is more a tool for inspecting the visual tree of a WPF application, but it does also capture events (especially it captures these with information on which elements they happened, how they traveled in the visual tree and where they get handled). As it is open source you might want to extract that part about tracking events out and log this information to your needs.

提交回复
热议问题