-
在Python中利用matplotlib库设置plot图表的坐标轴刻度间隔和刻度范围,这一操作类似于百度搜索设置下拉框选项
资源介绍
15.2、百度搜索设置下拉框操作
#-*-coding=utf-8
from selenium import webdriver
import os,time
driver= webdriver.Firefox()
driver.get("http://www.baidu.com")
#进入搜索设置页
driver.find_element_by_link_text("搜索设置").click()
#设置每页搜索结果为100条
m=driver.find_element_by_name("NR")