Python+Selenium:Select 2插件下select标签下的option选择

Posted

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了Python+Selenium:Select 2插件下select标签下的option选择相关的知识,希望对你有一定的参考价值。

 现在很流行用Select 2 插件给dropdown list添加效果,那么<Select>下的<option>用selenium的Select中select().select_by_index类似的方法就不能选到相应的元素了。

这时候用css路径比较好。找到<li>标签就可以定位到相应的Option。

技术分享图片

 

以上是关于Python+Selenium:Select 2插件下select标签下的option选择的主要内容,如果未能解决你的问题,请参考以下文章

11 Python+selenium对下拉框(select)进行处理

selenium+python:下拉选项定位select

selenium+python:下拉选项定位select

Selenium2+python自动化15-select下拉框

Selenium2+python自动化15-select下拉框

Selenium2+python自动化15-select下拉框转载