Python_Notes
Ctrlk
  • 介绍
  • Basic Syntax
  • Standard Modules
  • Python Web
  • Python BigData
  • Python Spider
    • 反爬虫
    • requests
    • BeautifulSoup
    • selenium
      • 定位元素
        • 通过id
        • 通过class
        • 通过name
        • 通过XPath
        • 通过链接文本定位链接
        • 通过标签名
        • 使用css选择器
      • 对元素进行操作
      • 等待
      • WebDriver
      • exceptions
    • scrapy
  • Python Hacker
  • Other Packages
  • Debug
  • inside Packages
  • Python APP
Powered by GitBook
On this page
  1. Python Spider
  2. selenium
  3. 定位元素

通过标签名

Previous通过链接文本定位链接Next使用css选择器

Last updated 7 years ago