首页 > 代码库 > 【虫师Python】第二讲:元素定位

【虫师Python】第二讲:元素定位

一、六种定位方式

1.id

2.name

3.class name

4.tag name

5.link text

6.partial link text

7.xpath(最常用)

8.css selector(最常用)

 二、火狐浏览器

1.下载firebug(可以在浏览器添加插件种搜索安装)技术分享,点击小虫子也可以打开前端调试页面。

 

【虫师Python】第二讲:元素定位