According to the window_handles documentation:
window_handles
window_handles Returns the handles of all windows within the current session.<
Returns the handles of all windows within the current session.<
Only the top level browser window has an HWND. Tabs don't have their own HWNDs. For more clarification refer here.