博客
关于我
强烈建议你试试无所不能的chatGPT,快点击我
下拉框定位
阅读量:5161 次
发布时间:2019-06-13

本文共 214 字,大约阅读时间需要 1 分钟。

#函数 from selenium.webdriver.support.select import Select #示例
a = driver.find_element_by_xpath("//select[@id='plan_zb_way']") Select(a).select_by_value('auction')

转载于:https://www.cnblogs.com/linguowei/p/7347049.html

你可能感兴趣的文章
Linux下which、whereis、locate、find 区别
查看>>
h.264加权预测
查看>>
as4 通过yum自动升级实现
查看>>
学习springMVC实例1——配置和跳转到HelloWorld
查看>>
寻找完美平方数
查看>>
初学反编译-.-
查看>>
防御式编程
查看>>
单线程并发的server端
查看>>
View可以设置tag携带数据
查看>>
individual reading task ---12061183 叶露婷
查看>>
delphi的消息对话框
查看>>
java:Apache Shiro 权限管理
查看>>
38.输出1到最大的N位数[Print 1 to max number of N bits]
查看>>
ZOJ - 2165 Red and Black
查看>>
objective c的注释规范
查看>>
FreeNas安装配置使用
查看>>
机器学习中的F1-score
查看>>
编译安装php5.5.38
查看>>
常用查找数据结构及算法(Python实现)
查看>>
Scrapy框架-CrawlSpider
查看>>