I am trying to know if there is a approach in python to read the tabs on the taskbar and get the list of them.
Suppose I have a task bar which has outlook,word,Skype minimized. I would like my code to get the list of things which are on taskbar.
Here if you notice outlook,slack,chrome,skype and notepad is open. So what is the approach I need to follow to tell my code to return the list of open things on taskbar.