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

js加载页面使用execute_script选定加载位置

时间:2017-01-21 16:56:37      阅读:284      评论:0      收藏:0      [点我收藏+]

标签:ret   strong   tle   rom   加载   展开   int   exe   init   

#由于js逐步加载页面,存在未显示的网页无法加载源码
from selenium import webdriver
driver = webdriver.Firefox()
init_element = driver.find_element_by_xpath(‘//a[@href="#" and @title="展开"]‘)
driver.execute_script("return arguments[0].scrollIntoView();", init_element)#js选定位置固定到当前

js加载页面使用execute_script选定加载位置

标签:ret   strong   tle   rom   加载   展开   int   exe   init   

原文地址:http://www.cnblogs.com/BigFishFly/p/6337148.html

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