chromelens icon indicating copy to clipboard operation
chromelens copied to clipboard

Automate tab tracker

Open jin opened this issue 7 years ago • 5 comments

Instead of pressing tab manually, automate tabbing to quickly generate the tab flow graph of a webpage with a single click.

jin avatar Jul 15 '16 23:07 jin

Very good idea. In fact, I thought the feature was broken because I didn't know that I have to tab manually.

jmuheim avatar Jul 20 '16 07:07 jmuheim

Also, when holding the tab key tabbing seems to be too fast, and the red line isn't drawn.

jmuheim avatar Jul 20 '16 07:07 jmuheim

@jmuheim Yep, currently the lines are drawn only on the tab keyup event: https://github.com/chromelens/chromelens/blob/master/tracer/trace_tab_path.js#L32

jin avatar Jul 20 '16 07:07 jin

Interesting. Is there a specific reason for this?

jmuheim avatar Jul 20 '16 07:07 jmuheim

@jmuheim No specific reason, just the way it was done from the beginning.

jin avatar Jul 20 '16 18:07 jin