【摘要】 网页页面之间的切换考必过小编为大家整理了关于网页页面之间的切换的信息,希望可以帮助到大家!
网页页面之间的切换
标签: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
以上就是网页页面之间的切换的内容,更多资讯请及时关注考必过网站,最新消息小编会第一时间发布,大家考试加油!