标签:python 新窗口定位
在使用selenium 2的时候,经常会碰到打开一个页面后新页面以新窗口打开,因为脱离当前窗口需要重新定位窗口,可以用以下方法定位到需要的窗口。
#父窗口是0 browser.switch_to_window(browser.window_handles[1])
selenium 2 + python 窗口定位
原文地址:http://lynnpaul.blog.51cto.com/6803462/1717063