简体   繁体   中英

Get current opened browser window in selenium 2 (WebDriver)

I am using selenium 2 (WebDriver) now and I would like to get the control of current opened browser window instead of open a new one. That means I can't use driver.get("url") which is showed in all online documents. Could anyone help?

FYI, I am using Python binding of selenium and firefox. Thanks.

Unfortunately you can't connect to an open browser at the moment. There is an open bug for WebDriver to support that

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM