Selenium Select2下拉菜单的-找不到元素

时间:2018-10-24 09:32:05

标签: selenium web testing automated-tests jquery-select2

我遇到一个问题,即无法使用Selenium在select2下拉菜单中选择ID或项目。

driver.find_element_by_xpath("//select[@name='propertymanagementtype']/option[text()='Managed let']").click()

HTML代码

<select name="propertymanagementtype" id="propertymanagementtype">
   <option selected VALUE=1>Managed let</option>

我收到了错误消息元素当前不可见,但在框架中却明显存在。我正在使用的Web应用程序已安装Select2。我在硒板上询问了为什么在尝试创建硒脚本时select2出现问题。如果有人知道如何绕过此操作,请告诉我。

0 个答案:

没有答案