Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Can Selenium webdriver attach to already open browser window?

After a lot of searching I believe this feature is not implemented yet- but does anyone know of any workaround implemented for Java with selenium1/2 that i can try? If a different process started the instance of the browser , can webdriver connect to that window? Any workarounds that can be tried. Any pointers is much appreciated.

Thank You!!

like image 853
Thomas Avatar asked Apr 11 '13 23:04

Thomas


1 Answers

Nope, it can't be done. It's one of the oldest feature requests for WebDriver, and it isn't going to happen any time soon. Sorry!

like image 93
Ross Patterson Avatar answered Oct 17 '22 14:10

Ross Patterson