Why can’t i get the window title of Microsoft Edge in Python 3 My coding environment: windows10(x86) python3.7 I want to use win32gui to get the active window title, but I met some problem when I opened Microsoft Edge. Here is my code: As my code said I want to get current active window title after each second. It’s all