会员
周边
众包
新闻
博问
闪存
赞助商
所有博客
当前博客
我的博客
我的园子
账号设置
简洁模式
...
退出登录
注册
登录
Amy_Hu
博客园
首页
新随笔
联系
订阅
管理
2019年3月25日
Python+Selenium操作select下拉框
摘要: 首先需要倒入Select模块: from selenium.webdriver.support.select import Select 常用方法: 通过索引定位:select_by_index() 通过value值定位:select_by_value() 通过文本值定位:select_by_vis
阅读全文
posted @ 2019-03-25 22:54 Amy_Hu
阅读(468)
评论(0)
推荐(0)
编辑