Envirement:
- Linux like Ubuntu, Firefox
- bash
Its known programms like firefox have some pids, which can get p.e. on follow way:
pidof firefox
Its known every firefox window have a own wid, which can get on:
wmctrl -l | grep Firefox | cut -d ' ' -f1
Its known, a Firefox tab dont have a own pid or wid.
Does every Firefox tab have any other own ID and how to get this ID ?