I am working on selenium automation project using Python.
I am facing an issue, which is handling multiple browser windows.
Scenario is as f
window_handles should give you the references to all open windows.
this is what the docu has to say about switching windows.