请教各位大神,图片中这种下拉菜单如何使用selenium进行选择?
Posted
tags:
篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了请教各位大神,图片中这种下拉菜单如何使用selenium进行选择?相关的知识,希望对你有一定的参考价值。
使用driver.find_element_by_class_name('ms-choice').click()打开后,定位"2017年01月"提示元素不可见,该如何处理?
参考技术A很简单:
html为:
<select id="condition_type" name="condition_type" class="notification-required notification-required-unknown"><option value="">
- Select -</option>
<option value="new, new">
New</option>
<option value="used, like_new">
Used - Like New</option>
<option value="used, very_good">
Used - Very Good</option>
<option value="used, good">
Used - Good</option>
<option value="used, acceptable">
Used - Acceptable</option>
<option value="refurbished, refurbished">
Refurbished</option>
</select>
代码:
# 我的教程:http://www.cnblogs.com/TTyb/p/6046025.htmlfrom selenium.webdriver.support.select import Select
# 定位到下拉框,选择new
sel = browser.find_element_by_xpath("//select[@id='condition_type']")
Select(sel).select_by_value('new, new')
以上是关于请教各位大神,图片中这种下拉菜单如何使用selenium进行选择?的主要内容,如果未能解决你的问题,请参考以下文章
单片机控制TFT液晶,液晶驱动为ILI9341,请教各位大神如何实现动画显示且屏幕不闪烁?
各位百度知道的大神,请教个问题,下面跨库查询的SQL语句该怎么写?
请教如何获取easyui-combobox下拉菜单的多个选中值
各位大神请教怎么用ps制作像苹果ipod(ios6)横屏音乐专辑的动画?