chrome xpath 插件调试,提取

 

相信玩过爬虫的都知道一些库,如lxml(python),可以使用xpath方便地对HTML进行提取,但当真正用的时候,问题就来了,想找到一个元素往往要调试好几遍,而且得先code,下面提供了几个工具及如何用chrome进行xpath test

1.chrome xpath helper

chrome xpath插件下载 :https://chrome.google.com/webstore/detail/xpath-helper/hgimnogjllphhhkhlmebbmlgjoejdpjl

Python
1. Open a new tab and navigate to your favorite webpage. 2. Hit Ctrl-Shift-X to open the XPath Helper console. 3. Hold down Shift as you mouse over elements on the page. The query box will continuously update to show the full XPath query for the element below the mouse pointer. The results box to its right will show the evaluated results for the query. 4. If desired, edit the XPath query directly in the console. The results box will immediately reflect any changes. 5. Hit Ctrl-Shift-X again to close the console.
1
2
3
4
5
1. Open a new tab and navigate to your favorite webpage .
2. Hit Ctrl - Shift - X to open the XPath Helper console .
3. Hold down Shift as you mouse over elements on the page . The query box will continuously update to show the full XPath query for the element below the mouse pointer . The results box to its right will show the evaluated results for the query .
4. If desired , edit the XPath query directly in the console . The results box will immediately reflect any changes .
5. Hit Ctrl - Shift - X again to close the console .

 

2.chrome xpathFinder – xpath查找助手

chrome xpath插件下载 https://chrome.google.com/webstore/detail/xpath-finder/ijaobnmmgonppmablhldddpfmgpklbfh/related

Python
在chrome开发者工具里增加一个面板,帮助你快速查找匹配XPATH表达式的元素。 1. 匹配的节点会用红色边框突出显示。 2. 在结果列表里可以直接inspect对应节点。 3. 记录XPATH查找历史,方便查看历史。
1
2
3
4
5
在 chrome开发者工具里增加一个面板,帮助你快速查找匹配 XPATH表达式的元素。
 
1. 匹配的节点会用红色边框突出显示。
2. 在结果列表里可以直接 inspect对应节点。
3. 记录 XPATH查找历史,方便查看历史。

3.chrome console xpath

F12->$x("//title")

[<title>Online Tools for Software Developers (Free)</title>]




  • zeropython 微信公众号 5868037 QQ号 5868037@qq.com QQ邮箱
  • 0
    点赞
  • 0
    收藏
    觉得还不错? 一键收藏
  • 0
    评论
评论
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

当前余额3.43前往充值 >
需支付:10.00
成就一亿技术人!
领取后你会自动成为博主和红包主的粉丝 规则
hope_wisdom
发出的红包
实付
使用余额支付
点击重新获取
扫码支付
钱包余额 0

抵扣说明:

1.余额是钱包充值的虚拟货币,按照1:1的比例进行支付金额的抵扣。
2.余额无法直接购买下载,可以购买VIP、付费专栏及课程。

余额充值