摘要: # 先定位到下拉菜单ul = self.find_element_by_class_name()'ivu-select-item') # 再对下拉菜单中的选项进行选择ul.find_element_by_xpath('//li[text()="IC卡用量表"]').click() 阅读全文
posted @ 2020-06-11 11:44 呆呆熊QAQ 阅读(397) 评论(0) 推荐(0)
摘要: 下面提供两个国内的http安装地址 http://pypi.doubanio.com/simple/ https://pypi.tuna.tsinghua.edu.cn/simple/ http://mirrors.tuna.tsinghua.edu.cn/pypi/web/simple/ 使用方法 阅读全文
posted @ 2020-05-18 15:26 呆呆熊QAQ 阅读(550) 评论(0) 推荐(0)