随笔分类 - Python / 爬虫 / Selenium
摘要:元素定位 xpath /xxx 根节点 ele = b.find_element_by_xpath('/html') ele.text ele = b.find_element_by_xpath('/html/body/form/input') ele.get_attribute('type') '
阅读全文
摘要:Python 爬取B站(Bilibili.com)UP主的所有视频链接及详细信息 Python 爬取B站(Bilibili.com)UP主的所有公开视频链接及信息 安装selenium 安装selenium: conda install selenium selenium + Edge seleni
阅读全文