Chromagnon
Chromagnon copied to clipboard
No results from parsing
Hi, does your project still work? I tried on my files but I don't get any info about open tabs as in your example

$ python Chromagnon/chromagnonSession.py Current\ Session
SetWindowType - Window: 1, Type: 0
SetTabIndexInWindow - Tab: 2, Index: 0
SetPinnedState - Tab: 2, Pinned: 0
SetTabWindow - Window: 1, Tab: 2
SetSelectedTabInIndex - Window: 1, Index: 0
SetWindowBounds3 - Window: 1, x: 0, y: 23, w: 1680, h: 1023, State: 1
SetSelectedNavigationIndex - Tab: 2, Index: 0
UpdateTabNavigation - Tab: 2, Index: 0, Url: chrome://newtab/
SetSelectedNavigationIndex - Tab: 2, Index: 0
UpdateTabNavigation - Tab: 2, Index: 0, Url: chrome://newtab/
SetWindowBounds3 - Window: 1, x: 0, y: 23, w: 1680, h: 1023, State: 1
SetWindowBounds3 - Window: 1, x: 0, y: 23, w: 1680, h: 1023, State: 1
thank you david
I also interested in results. And I want to port it to C# code. Found such parser: https://github.com/deactivated/python-snss/blob/master/snss/init.py Hopefully, it will be helpful for you guys! Let me know if you have any updates for me.