Can Selenium webdriver connect to an already open browser window?

After many searches, I believe this feature has not yet been implemented, but does anyone know of any workaround implemented for Java with selenium1 / 2, which I can try? If another process started a browser instance, can webdriver connect to this window? Any workarounds you can try. Any pointers are greatly appreciated.

Thank!

+5
source share
1 answer

No, It is Immpossible. This is one of the oldest feature requests for WebDriver, and it won't happen any time soon. Excuse me!

+5
source

All Articles