Skip to content

Latest commit

 

History

History
24 lines (15 loc) · 706 Bytes

File metadata and controls

24 lines (15 loc) · 706 Bytes

RICO-Inspector

A basic web tool for inspecting view tree of RICO.

You should clone this repo after you download all the data of UI Screenshots and View Hierarchies from RICO: https://interactionmining.org/rico

TO REMIND: This tool is for inspecting UI Screenshots and View Hierarchies of RICO.

TO DO: Inspecting all the data of RICO, and I appreciate any contributions or issues :)

How to run this code.

  1. Specify the path to UI Screenshots and View Hierarchies of RICO on your PC in server.py
  2. python server.py
  3. yarn
  4. npm start
  5. Voilà

And the UI would be like...

Click the node inside the tree panel in the middle and start inspecting!!

Enjoy it!