So let's say I've got a window open, upon starting my program, I want selenium (preferably) to be able to find/identify the specified window that's already opened up and open more tabs on that window. Is this possible at all?
If not, can I open up a selenium chrome session with one program and pick up where I left off with another program?
I'm guessing I'd somehow have to get the session ID, but that's my best guess.