码迷,mamicode.com
首页 > Web开发 > 详细

网页页面之间的切换

时间:2020-07-30 01:21:31      阅读:95      评论:0      收藏:0      [点我收藏+]

标签:switch   color   script   port   www   pen   sele   class   handles   

from selenium import webdriver
import  time


driver=webdriver.Chrome()
driver.get("http://www.douban.com/")
time.sleep(2)
driver.execute_script(window.open("http:www.163.com/"))
time.sleep(2)
driver.execute_script(window.open("http:www.jd.com/"))
time.sleep(2)
driver.execute_script(window.open("http:www.baidu.com/"))

#回到第一个页面
pages=driver.window_handles
driver.switch_to.window(pages[0])

 

网页页面之间的切换

标签:switch   color   script   port   www   pen   sele   class   handles   

原文地址:https://www.cnblogs.com/luckiness/p/13401465.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!