from selenium import webdriver
import time driver = webdriver.PhantomJS(executable_path="D:/phantomjs/bin/phantomjs.exe")
driver.get("http://study.163.com/course/courseMain.htm?courseId=1002810012")
time.sleep(4)
data = driver.find_element_by_id('j-coursehead').text
a = data.find('\n')
b = data[a + 1:].find('\n')
num = data[a + 1:a + 1 + b]
driver.quit()
print('网易云课堂的销量为:',num)
相关文章
- 07-26爬虫 , 定时发菜单 pass 10
- 07-26使用Selenium对网页元素进行定位的诸种方法
- 07-26selenium,基类封装
- 07-26webdriver一些比较常用的窗口操作(selenium)
- 07-26selenium 访问百度并搜索
- 07-26Selenium action_chains用法
- 07-26selenium webdriver常用方法
- 07-26这也敢爬,你离牢饭不远了,爬虫逆向实战案例
- 07-26爬虫的概念介绍
- 07-26爬虫到底违法吗?你离违法还有多远?